Skip to content

Commit

Permalink
(nscd_init): Remove if block which should have been removed as part o…
Browse files Browse the repository at this point in the history
…f the -S option removal.
  • Loading branch information
Ulrich Drepper committed Jan 3, 2006
1 parent 5e1f325 commit 6cac692
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nscd/connections.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Inner loops of cache daemon.
Copyright (C) 1998-2003, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 1998-2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
Expand Down Expand Up @@ -430,13 +430,6 @@ verify_persistent_db (void *mem, struct database_pers_head *readhead, int dbnr)
void
nscd_init (void)
{
/* Secure mode and unprivileged mode are incompatible */
if (server_user != NULL)
{
dbg_log (_("Cannot run nscd in secure mode as unprivileged user"));
exit (4);
}

/* Look up unprivileged uid/gid/groups before we start listening on the
socket */
if (server_user != NULL)
Expand Down

0 comments on commit 6cac692

Please sign in to comment.