Skip to content

Commit

Permalink
* nscd/connections.c (nscd_init): If database file access fails
Browse files Browse the repository at this point in the history
	check whether this is due to permission problems and bail in that
	case.
  • Loading branch information
Ulrich Drepper committed Jan 31, 2009
1 parent 7c8a673 commit 00f5df0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 00f5df0

Please sign in to comment.