diff options
Diffstat (limited to 'sunrpc/clnt_udp.c')
-rw-r--r-- | sunrpc/clnt_udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/clnt_udp.c b/sunrpc/clnt_udp.c index 5faf46caee..a54e1d5665 100644 --- a/sunrpc/clnt_udp.c +++ b/sunrpc/clnt_udp.c @@ -231,7 +231,7 @@ clntudp_call (cl, proc, xargs, argsp, xresults, resultsp, utimeout) { struct cu_data *cu = (struct cu_data *) cl->cl_private; XDR *xdrs; - int outlen; + int outlen = 0; int inlen; size_t fromlen; #ifdef FD_SETSIZE |