diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-31 00:23:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-31 00:23:54 +0000 |
commit | 00f5df0e73cf13a0da2d06e8da38d5d085b70e22 (patch) | |
tree | 0224bab1da8023e5222f57560a2e6817a9ee2af3 /ChangeLog | |
parent | 7c8a67320e26b8c11108bf0a3410d3aef9cf3486 (diff) | |
download | glibc-00f5df0e73cf13a0da2d06e8da38d5d085b70e22.tar.gz glibc-00f5df0e73cf13a0da2d06e8da38d5d085b70e22.tar.xz glibc-00f5df0e73cf13a0da2d06e8da38d5d085b70e22.zip |
* nscd/connections.c (nscd_init): If database file access fails
check whether this is due to permission problems and bail in that case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 0ab5cfba77..a24b12fadb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -79,9 +79,9 @@ * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define. (stackinfo_sub_sp): Define. - * nscd/connections.c (nscd_init): If database file access be - opened check whether this is due to permission problems and bail - in that case. + * nscd/connections.c (nscd_init): If database file access fails + check whether this is due to permission problems and bail in that + case. [BZ #9741] * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used. |