From 39cbad11badcb2e31df39da18cbe2c57a27281ac Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 6 May 2009 05:25:53 +0000 Subject: Thinko. --- repoze/bfg/security.py | 1 + 1 file changed, 1 insertion(+) (limited to 'repoze/bfg/security.py') diff --git a/repoze/bfg/security.py b/repoze/bfg/security.py index bfc43d752..4b28811cc 100644 --- a/repoze/bfg/security.py +++ b/repoze/bfg/security.py @@ -260,6 +260,7 @@ class InheritingACLSecurityPolicy(object): # clear the entire allowed set, as we've hit a # deny of Everyone ala (Deny, Everyone, ALL) allowed = set() + break elif ace_principal in allowed: allowed.remove(ace_principal) -- cgit v1.2.3