diff options
| author | Martin Blapp <mbr@FreeBSD.org> | 2003-01-27 22:27:55 +0000 |
|---|---|---|
| committer | Martin Blapp <mbr@FreeBSD.org> | 2003-01-27 22:27:55 +0000 |
| commit | 77335102aa5afe0f77b51692f9866629f0ace8fc (patch) | |
| tree | 9c36de19d402e721c3f163c6f07b380174fa80df /lib/libc/rpc/rpcb_clnt.c | |
| parent | b951fbe40c81091921ba2cde7b3fed4f16025dde (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/rpcb_clnt.c')
| -rw-r--r-- | lib/libc/rpc/rpcb_clnt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/rpc/rpcb_clnt.c b/lib/libc/rpc/rpcb_clnt.c index aa26275a441c..5897a1ddc224 100644 --- a/lib/libc/rpc/rpcb_clnt.c +++ b/lib/libc/rpc/rpcb_clnt.c @@ -918,6 +918,9 @@ try_rpcbind: if ((address = got_entry(relp, nconf)) != NULL) { xdr_free((xdrproc_t) xdr_rpcb_entry_list_ptr, (char *)(void *)&relp); + CLNT_CONTROL(client, CLGET_SVC_ADDR, + (char *)(void *)&servaddr); + __rpc_fixup_addr(address, &servaddr); goto done; } /* Entry not found for this transport */ |
