A missing patch for sunrpc/clnt_udp.c

H.J. Lu hjl@varesearch.com
Thu Apr 15 09:47:00 GMT 1999


Ulrich, you left this one out.

Thanks.


-- 
H.J. Lu (hjl@gnu.org)
---
Index: sunrpc/clnt_udp.c
===================================================================
RCS file: /local/work/cvs/gnu/glibc/sunrpc/clnt_udp.c,v
retrieving revision 1.1.1.13
diff -u -p -r1.1.1.13 clnt_udp.c
--- sunrpc/clnt_udp.c	1999/04/15 16:43:35	1.1.1.13
+++ sunrpc/clnt_udp.c	1999/04/15 16:46:38
@@ -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))



More information about the Libc-hacker mailing list