about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-15 10:46:26 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-15 10:46:26 +0000
commitc556351f21fcae290fc438ee55b1b14925f86189 (patch)
tree949a6581586f8ece8e20068520e39382b9c96486
parent9654fd27c05e1bf232e4816491bfa3a9312d3fef (diff)
downloadglibc-c556351f21fcae290fc438ee55b1b14925f86189.tar.gz
glibc-c556351f21fcae290fc438ee55b1b14925f86189.tar.xz
glibc-c556351f21fcae290fc438ee55b1b14925f86189.zip
Update.
1999-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
-rw-r--r--ChangeLog4
-rw-r--r--sunrpc/clnt_udp.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a5c5966c0..d90575c522 100644
--- 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
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))