diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-01 21:24:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-01 21:24:29 +0000 |
commit | 927f0673b3bce7c209071bb5c4e3815f9b1ef0b0 (patch) | |
tree | 1859ee41b1ef187590d86f1e8101daa353bbe0fb /ChangeLog | |
parent | cb984ef2a284a17e67b9143f4a432df719191004 (diff) | |
download | glibc-927f0673b3bce7c209071bb5c4e3815f9b1ef0b0.tar glibc-927f0673b3bce7c209071bb5c4e3815f9b1ef0b0.tar.gz glibc-927f0673b3bce7c209071bb5c4e3815f9b1ef0b0.tar.bz2 glibc-927f0673b3bce7c209071bb5c4e3815f9b1ef0b0.zip |
* nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the
group the caller provided unless there is a real problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-10-01 Ulrich Drepper <drepper@redhat.com> + * nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the + group the caller provided unless there is a real problem. + * posix/bug-glob1.c (prepare): Fix creation of symlink. 2004-09-30 Ulrich Drepper <drepper@redhat.com> |