From: Ulrich Drepper Date: Sat, 31 Jan 2009 00:23:54 +0000 (+0000) Subject: * nscd/connections.c (nscd_init): If database file access fails X-Git-Tag: upstream/2.30~13852 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00f5df0e73cf13a0da2d06e8da38d5d085b70e22;p=external%2Fglibc.git * nscd/connections.c (nscd_init): If database file access fails check whether this is due to permission problems and bail in that case. --- diff --git a/ChangeLog b/ChangeLog index 0ab5cfb..a24b12f 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.