X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/eea14dc275d4393400b545b84249ae5341922da4..6c5889e68832bfd96fdd1de7e6df4309e7017372:/polypath.c diff --git a/polypath.c b/polypath.c index af52473..abbda21 100644 --- a/polypath.c +++ b/polypath.c @@ -440,7 +440,7 @@ static bool_t polypath_sendmsg(void *commst, struct buffer_if *buf, int r=sendto(us->fd,buf->start,buf->size, 0,&dest->ia.sa,iaddr_socklen(&dest->ia)); udp_sock_experienced(0,&st->uc,&interf->socks,us, - 1,af, r,errno); + &dest->ia,af, r,errno); if (r>=0) { reasonable=True; break;