From 00f5df0e73cf13a0da2d06e8da38d5d085b70e22 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 31 Jan 2009 00:23:54 +0000 Subject: [PATCH] * nscd/connections.c (nscd_init): If database file access fails check whether this is due to permission problems and bail in that case. --- ChangeLog | 6 +++--- 1 file 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. -- 2.43.5