diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-13 09:36:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-13 09:36:39 +0000 |
commit | 397d46fdbe0dd55a8d3aee931a32d744cdf6ad27 (patch) | |
tree | f0c073699f7b3f86fee886d3d85f9f45de21ae1a /nscd/connections.c | |
parent | 3de2d75e9cff1c6731bdf8d0441c18967e9bdb1c (diff) | |
download | glibc-397d46fdbe0dd55a8d3aee931a32d744cdf6ad27.tar glibc-397d46fdbe0dd55a8d3aee931a32d744cdf6ad27.tar.gz glibc-397d46fdbe0dd55a8d3aee931a32d744cdf6ad27.tar.bz2 glibc-397d46fdbe0dd55a8d3aee931a32d744cdf6ad27.zip |
Enable use of nscd_nischeck and secure tables.
Diffstat (limited to 'nscd/connections.c')
-rw-r--r-- | nscd/connections.c | 2 |
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; } |