diff options
Diffstat (limited to 'nis/nis_lookup.c')
-rw-r--r-- | nis/nis_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/nis_lookup.c b/nis/nis_lookup.c index 6224b1f2c4..bdce5d5a0a 100644 --- a/nis/nis_lookup.c +++ b/nis/nis_lookup.c @@ -63,7 +63,7 @@ nis_lookup (const_nis_name name, const u_long flags) (xdrproc_t) xdr_ns_request, (caddr_t) & req, (xdrproc_t) xdr_nis_result, - (caddr_t) res, flags); + (caddr_t) res, flags, NULL); if (status != NIS_SUCCESS) res->status = status; |