summaryrefslogtreecommitdiff
path: root/nis
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-12-05 21:50:20 +0000
committerJakub Jelinek <jakub@redhat.com>2006-12-05 21:50:20 +0000
commit7f65f3e3920a0dd6bb6a8774f46063371be4d029 (patch)
treefb89eb236014051f866ec94e56070f8120daf00c /nis
parent2027fcad9546d0724d9c0994394f2bf69d119613 (diff)
Updated to fedora-glibc-20061205T2141cvs/fedora-glibc-2_5_90-11
Diffstat (limited to 'nis')
-rw-r--r--nis/nis_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/nis_subr.c b/nis/nis_subr.c
index 258479c857..c68189e541 100644
--- a/nis/nis_subr.c
+++ b/nis/nis_subr.c
@@ -178,7 +178,7 @@ nis_getnames (const_nis_name name)
}
/* Get the search path, where we have to search "name" */
- path = __secure_getenv ("NIS_PATH");
+ path = getenv ("NIS_PATH");
if (path == NULL)
path = strdupa ("$");
else