X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/d31dd04957f1ca04d2fb85a1de4cdac475b6803c..f64cfb2378dc3a60cd30c50180a366ec54b98781:/rpc.subproj/rpc_prot.c diff --git a/rpc.subproj/rpc_prot.c b/rpc.subproj/rpc_prot.c index 64532bd..df402b9 100644 --- a/rpc.subproj/rpc_prot.c +++ b/rpc.subproj/rpc_prot.c @@ -125,7 +125,7 @@ xdr_accepted_reply(xdrs, ar) switch (ar->ar_stat) { case SUCCESS: - return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where)); + return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where, 0)); case PROG_MISMATCH: if (! xdr_u_long(xdrs, &(ar->ar_vers.low)))