diff options
Diffstat (limited to 'sunrpc/pm_getmaps.c')
-rw-r--r-- | sunrpc/pm_getmaps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/pm_getmaps.c b/sunrpc/pm_getmaps.c index 8f41a4568c..987ed5fe09 100644 --- a/sunrpc/pm_getmaps.c +++ b/sunrpc/pm_getmaps.c @@ -67,8 +67,8 @@ pmap_getmaps (struct sockaddr_in *address) PMAPVERS, &socket, 50, 500); if (client != (CLIENT *) NULL) { - if (CLNT_CALL (client, PMAPPROC_DUMP, (xdrproc_t)xdr_void, NULL, - (xdrproc_t)xdr_pmaplist, (caddr_t)&head, + if (CLNT_CALL (client, PMAPPROC_DUMP, (xdrproc_t)INTUSE(xdr_void), NULL, + (xdrproc_t)INTUSE(xdr_pmaplist), (caddr_t)&head, minutetimeout) != RPC_SUCCESS) { clnt_perror (client, _("pmap_getmaps rpc problem")); |