summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-06-04 18:29:42 +0000
committerUlrich Drepper <drepper@redhat.com>2004-06-04 18:29:42 +0000
commit29762ba617ffcb44c583226fd19681e246fd074e (patch)
treec19b83553f9fed3a05332cfe1ff535a4cf7b38ab /nscd
parent75fcceded2cfc65e4879521fff4db6a620a96363 (diff)
Update.
2004-06-04 Ulrich Drepper <drepper@redhat.com> * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts in all places, not __nss_not_use_nscd_group. Reported by Philippe Gregoire.
Diffstat (limited to 'nscd')
-rw-r--r--nscd/nscd_gethst_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c
index 438217b1d6..8a498b6444 100644
--- a/nscd/nscd_gethst_r.c
+++ b/nscd/nscd_gethst_r.c
@@ -131,7 +131,7 @@ nscd_gethst_r (const char *key, size_t keylen, request_type type,
if (sock == -1)
{
- __nss_not_use_nscd_group = 1;
+ __nss_not_use_nscd_hosts = 1;
return -1;
}