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