]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
authorUlrich Drepper <drepper@redhat.com>
Mon, 31 Jul 2006 23:34:45 +0000 (23:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 31 Jul 2006 23:34:45 +0000 (23:34 +0000)
the backend NSS module.  If backend setgrent call failed, don't have
internal_setgrent fail.  Just remember this until it is needed.
* nis/nss_compat/compat-pwd.c: Likewise.
* nis/nss_compat/compat-spwd.c: Likewise.

ChangeLog

index 7d172adb0fdb8d7cb6849e8327ed2821a5c9b130..52f75bf0a38ecb6748506ed80871760a2854f083 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-31  Ulrich Drepper  <drepper@redhat.com>
+
+       * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
+       the backend NSS module.  If backend setgrent call failed, don't have
+       internal_setgrent fail.  Just remember this until it is needed.
+       * nis/nss_compat/compat-pwd.c: Likewise.
+       * nis/nss_compat/compat-spwd.c: Likewise.
+
 2006-07-30  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.