diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-15 22:21:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-15 22:21:52 +0000 |
commit | 49ee6d7965c914b16ddc73471e5cde3aea65d3e1 (patch) | |
tree | d675a54401fc53a83338623eef4e1a4f007fbda7 /nscd/connections.c | |
parent | 4e35ef2c710dfefe96a491d133b5a53414e9a5c2 (diff) | |
download | glibc-49ee6d7965c914b16ddc73471e5cde3aea65d3e1.tar glibc-49ee6d7965c914b16ddc73471e5cde3aea65d3e1.tar.gz glibc-49ee6d7965c914b16ddc73471e5cde3aea65d3e1.tar.bz2 glibc-49ee6d7965c914b16ddc73471e5cde3aea65d3e1.zip |
* nscd/connections.c (handle_request): Fix thinko in selinux test
invocation.
Diffstat (limited to 'nscd/connections.c')
-rw-r--r-- | nscd/connections.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index a5e758e071..97287bc7ab 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -939,7 +939,6 @@ cannot handle old request version %d; current version is %d"), if (selinux_enabled && __builtin_expect (req->type >= GETPWBYNAME, 1) && __builtin_expect (req->type < LASTREQ, 1) - && __builtin_expect (req->type < SHUTDOWN || req->type > INVALIDATE, 1) && nscd_request_avc_has_perm (fd, req->type) != 0) return; |