diff options
Diffstat (limited to 'nis/nis_remove.c')
-rw-r--r-- | nis/nis_remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/nis_remove.c b/nis/nis_remove.c index 0415dca731..3ffd66dfe0 100644 --- a/nis/nis_remove.c +++ b/nis/nis_remove.c @@ -44,7 +44,7 @@ nis_remove (const_nis_name name, const nis_object *obj) req.ns_object.ns_object_val = NULL; } - if ((status = __do_niscall (NULL, 0, NIS_REMOVE, (xdrproc_t) xdr_ns_request, + 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) res->status = status; |