From 29762ba617ffcb44c583226fd19681e246fd074e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 4 Jun 2004 18:29:42 +0000 Subject: Update. 2004-06-04 Ulrich Drepper * 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. --- nscd/nscd_gethst_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd/nscd_gethst_r.c') diff --git a/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c index 438217b..8a498b6 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; } -- cgit v1.1