From: Ulrich Drepper Date: Fri, 4 Jun 2004 18:29:42 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-base~418 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29762ba617ffcb44c583226fd19681e246fd074e;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 1fd3646e3f5..3147145749b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. + 2004-06-03 Ulrich Drepper * sysdeps/i386/i486/bits/atomic.h: Optimize a bit. diff --git a/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c index 438217b1d6b..8a498b6444a 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; }