X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=udp_recv.c;h=cc6e2049968cec0628d42cdc41066ee34294e49d;hb=4ddaef74ff8f605a31c499d77fcaaffa7a3708c0;hp=58d45ab43d6508619d34186b3f4a23f6d455ecc7;hpb=0c7c4d80673854527ce3c3786dd581169565b5e6;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;