X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=nss%2Fnsswitch.c;h=756204bd3774de6c48df3a4e8f892ab3d0bb6e60;hb=b21fa963c4194082792a26023f265ebe50ca5c9e;hp=21174dfbab049b524055fa39870538b20b2135ab;hpb=23691ab23b6e631ae0c5cf58455cca25a0058e22;p=thirdparty%2Fglibc.git diff --git a/nss/nsswitch.c b/nss/nsswitch.c index 21174dfbab0..756204bd377 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.c @@ -1,5 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. +/* Copyright (C) 1996-1999, 2001-2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -708,6 +707,7 @@ __nss_disable_nscd (void) __nss_not_use_nscd_passwd = -1; __nss_not_use_nscd_group = -1; __nss_not_use_nscd_hosts = -1; + __nss_not_use_nscd_services = -1; }