summaryrefslogtreecommitdiff
path: root/nis/nis_remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'nis/nis_remove.c')
-rw-r--r--nis/nis_remove.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nis/nis_remove.c b/nis/nis_remove.c
index e6aed00393..2fa9ecc353 100644
--- a/nis/nis_remove.c
+++ b/nis/nis_remove.c
@@ -46,7 +46,8 @@ nis_remove (const_nis_name name, const nis_object *obj)
if ((status = __do_niscall (name, NIS_REMOVE, (xdrproc_t) xdr_ns_request,
(caddr_t) & req, (xdrproc_t) xdr_nis_result,
- (caddr_t) res, MASTER_ONLY)) != RPC_SUCCESS)
+ (caddr_t) res, MASTER_ONLY,
+ NULL)) != RPC_SUCCESS)
res->status = status;
nis_destroy_object (req.ns_object.ns_object_val);