X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=udp_recv.c;h=cc6e2049968cec0628d42cdc41066ee34294e49d;hb=181beb316afad036ac01a778544c5dec0a8d51c7;hp=58d45ab43d6508619d34186b3f4a23f6d455ecc7;hpb=a1610c2bd6e3097c6473c5403bfd59425b2058ba;p=paraslash.git diff --git a/udp_recv.c b/udp_recv.c index 58d45ab4..cc6e2049 100644 --- a/udp_recv.c +++ b/udp_recv.c @@ -68,7 +68,7 @@ static int udp_recv_post_select(__a_unused struct sched *s, void *context) ret = -E_UDP_OVERRUN; if (iovcnt == 0) goto out; - ret = readv_nonblock(rn->fd, iov, iovcnt, &s->rfds, &num_bytes); + ret = readv_nonblock(rn->fd, iov, iovcnt, &num_bytes); if (num_bytes == 0) goto out; readv_ret = ret;