From c556351f21fcae290fc438ee55b1b14925f86189 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 15 Apr 1999 10:46:26 +0000 Subject: Update. 1999-04-15 Andreas Jaeger * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup. --- sunrpc/clnt_udp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sunrpc') diff --git a/sunrpc/clnt_udp.c b/sunrpc/clnt_udp.c index 35ac684955..1d9f38651b 100644 --- a/sunrpc/clnt_udp.c +++ b/sunrpc/clnt_udp.c @@ -323,6 +323,7 @@ send_again: reply_msg.acpted_rply.ar_results.proc = xresults; fd.fd = cu->cu_sock; fd.events = POLLIN; + anyup = 0; for (;;) { switch (__poll (&fd, 1, milliseconds)) -- cgit v1.2.3