diff options
Diffstat (limited to 'nis/nis_lookup.c')
-rw-r--r-- | nis/nis_lookup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nis/nis_lookup.c b/nis/nis_lookup.c index 9173437bfa..6f5b12b285 100644 --- a/nis/nis_lookup.c +++ b/nis/nis_lookup.c @@ -56,7 +56,7 @@ nis_lookup (const_nis_name name, const u_long flags) req.ns_object.ns_object_val = NULL; memset (res, '\0', sizeof (nis_result)); - if ((status = __do_niscall (NULL, 0, NIS_LOOKUP, + if ((status = __do_niscall (req.ns_name, NIS_LOOKUP, (xdrproc_t) xdr_ns_request, (caddr_t) & req, (xdrproc_t) xdr_nis_result, @@ -113,7 +113,7 @@ nis_lookup (const_nis_name name, const u_long flags) req.ns_object.ns_object_val = NULL; memset (res, '\0', sizeof (nis_result)); - if ((status = __do_niscall (NULL, 0, NIS_LOOKUP, + if ((status = __do_niscall (req.ns_name, NIS_LOOKUP, (xdrproc_t) xdr_ns_request, (caddr_t) &req, (xdrproc_t) xdr_nis_result, |