X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udp.c;h=1535f290c587a9efaa261d1ad2da740283ad024e;hb=cb8070409796bbf1187248b05609a61b7f49e6b8;hp=451e6e9a0b8b23665ad31f054de12bec70204570;hpb=c215a4bc817daf7b5631236c3c7b6a509479b034;p=secnet.git 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;