diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-07 19:28:26 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-07 19:28:26 +0000 |
commit | 503d6a958581777473c31f73113d0fa6cff19b30 (patch) | |
tree | c8526f0403ac272cba94213a3c5b10a369876d78 /nis/nis_table.c | |
parent | 98d2266156a49df5f93726c8f0b148bbdee41c9d (diff) | |
download | glibc-503d6a958581777473c31f73113d0fa6cff19b30.tar.gz glibc-503d6a958581777473c31f73113d0fa6cff19b30.tar.xz glibc-503d6a958581777473c31f73113d0fa6cff19b30.zip |
Updated to fedora-glibc-20060807T1859 cvs/fedora-glibc-2_4_90-18
Diffstat (limited to 'nis/nis_table.c')
-rw-r--r-- | nis/nis_table.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nis/nis_table.c b/nis/nis_table.c index 3213035067..a92a4b64ce 100644 --- a/nis/nis_table.c +++ b/nis/nis_table.c @@ -271,7 +271,8 @@ nis_list (const_nis_name name, unsigned int flags, memset (res, '\0', sizeof (nis_result)); - status = __nisfind_server (ibreq->ibr_name, &dir); + status = __nisfind_server (ibreq->ibr_name, + ibreq->ibr_srch.ibr_srch_val != NULL, &dir); if (status != NIS_SUCCESS) { NIS_RES_STATUS (res) = status; |