diff options
Diffstat (limited to 'nscd')
-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; |