diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-06 12:54:12 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-06 12:54:12 -0400 |
commit | acd41f47eae558eb35871de3af7114c43093ff99 (patch) | |
tree | e01b8b5779274ea580b2fe2ecb1bf91991764289 /ChangeLog | |
parent | a04469764964a82863e0f61659bfa2d875f6fb7e (diff) | |
download | glibc-acd41f47eae558eb35871de3af7114c43093ff99.tar.gz glibc-acd41f47eae558eb35871de3af7114c43093ff99.tar.xz glibc-acd41f47eae558eb35871de3af7114c43093ff99.zip |
Report if no record is found by initgroups in nss_files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 18e5a48d8e..83c0f9bdd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-06 Ulrich Drepper <drepper@gmail.com> + + * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return + NSS_STATUS_NOTFOUND if no record was found. + 2011-05-05 Andreas Schwab <schwab@redhat.com> * sunrpc/Makefile (headers): Add rpc/netdb.h. |