Fix "rpcinfo -m" when talking to other implementations of rpcbind.

Submitted by: mbr (NetBSD PR#15802)
This commit is contained in:
alfred 2002-07-14 23:38:37 +00:00
parent 11274ff2e6
commit ef40393a59

View File

@ -247,6 +247,9 @@ xdr_rpcb_stat(xdrs, objp)
if (!xdr_rpcbs_addrlist_ptr(xdrs, &objp->addrinfo)) {
return (FALSE);
}
if (!xdr_rpcbs_rmtcalllist_ptr(xdrs, &objp->rmtinfo)) {
return (FALSE);
}
return (TRUE);
}