summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-01-04 07:58:23 +0000
committerJakub Jelinek <jakub@redhat.com>2006-01-04 07:58:23 +0000
commit04c414477bd220f2c842453314a6dbb928e3c9e6 (patch)
tree8052cfeac9ce6b340d133433674270ad6a293af9 /nscd
parent1df14a6af0eed9687fb62130fac201f2f067a936 (diff)
Updated to fedora-glibc-20060104T0754cvs/fedora-glibc-2_3_90-26
Diffstat (limited to 'nscd')
-rw-r--r--nscd/connections.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/nscd/connections.c b/nscd/connections.c
index 9c096e2e05..1e3cd7557f 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -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.
@@ -430,13 +430,6 @@ fail:
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)