diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/pmap_clnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/pmap_clnt.c b/sunrpc/pmap_clnt.c index 7c9a5a37c4..d88487d8f4 100644 --- a/sunrpc/pmap_clnt.c +++ b/sunrpc/pmap_clnt.c @@ -135,7 +135,7 @@ pmap_set (u_long program, u_long version, int protocol, u_short port) tottimeout) != RPC_SUCCESS) { clnt_perror (client, _("Cannot register service")); - return FALSE; + rslt = FALSE; } CLNT_DESTROY (client); /* (void)close(socket); CLNT_DESTROY closes it */ |