Skip to content

Commit

Permalink
Pass badrte into revcon->do_appsock_evbuffer
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hannum <[email protected]>
  • Loading branch information
markhannum committed Feb 28, 2025
1 parent b7fa9e3 commit 4eb43e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/net_evbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3900,5 +3900,6 @@ void do_revconn_evbuffer(int fd, short what, void *data)
struct sockaddr_in addr;
socklen_t laddr = sizeof(addr);
getsockname(fd, (struct sockaddr *)&addr, &laddr);
do_appsock_evbuffer(buf, &addr, fd, 1, 0, NULL);
int badrte = 0;
do_appsock_evbuffer(buf, &addr, fd, 1, 0, &badrte);
}

0 comments on commit 4eb43e0

Please sign in to comment.