Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Apr 1999 10:46:26 +0000 (10:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Apr 1999 10:46:26 +0000 (10:46 +0000)
1999-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.

ChangeLog
sunrpc/clnt_udp.c

index 7a5c596..d90575c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
+
 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
 
        * iconv/gconv_db.c (__gconv_find_transform): If conversion is
index 35ac684..1d9f386 100644 (file)
@@ -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))