about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-07-31 23:34:45 +0000
committerUlrich Drepper <drepper@redhat.com>2006-07-31 23:34:45 +0000
commitd2de41fe4ca8d0654e75d53139eb869d6c124803 (patch)
treebea9cc163c92499c4f43af8a8971b688d5983dfb
parentcb62745abd33d661c39c80e3a755532770a527c9 (diff)
downloadglibc-d2de41fe4ca8d0654e75d53139eb869d6c124803.tar.gz
glibc-d2de41fe4ca8d0654e75d53139eb869d6c124803.tar.xz
glibc-d2de41fe4ca8d0654e75d53139eb869d6c124803.zip
* 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.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d172adb0f..52f75bf0a3 100644
--- 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.