summaryrefslogtreecommitdiff
path: root/nscd/connections.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-13 09:36:39 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-13 09:36:39 +0000
commit397d46fdbe0dd55a8d3aee931a32d744cdf6ad27 (patch)
treef0c073699f7b3f86fee886d3d85f9f45de21ae1a /nscd/connections.c
parent3de2d75e9cff1c6731bdf8d0441c18967e9bdb1c (diff)
downloadglibc-397d46fdbe0dd55a8d3aee931a32d744cdf6ad27.tar.gz
Enable use of nscd_nischeck and secure tables.
Diffstat (limited to 'nscd/connections.c')
-rw-r--r--nscd/connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c
index 3f05d685ef..4daa09926d 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -412,7 +412,7 @@ nscd_run (void *p)
continue;
}
- if (req.type < GETPWBYNAME || req.type >= LASTREQ
+ if (req.type < GETPWBYNAME || req.type > LASTDBREQ
|| secure[serv2db[req.type]])
uid = caller.uid;
}