From 96b49ad20eea849c3f5a7da2b4e5250c30d616e5 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Tue, 8 Nov 2011 15:24:58 +0100 Subject: [PATCH] Set flags to 0 at the end of the rule loop in client.c --- src/client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client.c b/src/client.c index 18201f1..c017688 100644 --- a/src/client.c +++ b/src/client.c @@ -590,6 +590,8 @@ client_apply_rule(struct client *c) c->flags = r->flags | CLIENT_RULED; } } + + flags = 0; } if(role)