From 49ee6d7965c914b16ddc73471e5cde3aea65d3e1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 15 Jan 2007 22:21:52 +0000 Subject: * nscd/connections.c (handle_request): Fix thinko in selinux test invocation. --- nscd/connections.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nscd') 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; -- cgit 1.4.1