* nscd/connections.c (nscd_init): If database file access fails
authorUlrich Drepper <drepper@redhat.com>
Sat, 31 Jan 2009 00:23:54 +0000 (00:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 31 Jan 2009 00:23:54 +0000 (00:23 +0000)
check whether this is due to permission problems and bail in that
case.

ChangeLog

index 0ab5cfb..a24b12f 100644 (file)
--- 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.