This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A missing patch for sunrpc/clnt_udp.c


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))


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]