X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/eff48c1250f7f654a00495c5048766a9261c64ce..2d80199d7bc25b4c6e4a5ac986f8902770e82d96:/udp.c diff --git a/udp.c b/udp.c index 451e6e9..1535f29 100644 --- a/udp.c +++ b/udp.c @@ -201,7 +201,8 @@ static void udp_socks_afterpoll(void *state, struct pollfd *fds, int nfds) } static bool_t udp_sendmsg(void *commst, struct buffer_if *buf, - const struct comm_addr *dest) + const struct comm_addr *dest, + struct comm_clientinfo *clientinfo) { struct udp *st=commst; struct udpcommon *uc=&st->uc;