mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
1999-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user