Set flags to 0 after rule applying

This commit is contained in:
Martin Duquesnoy 2011-11-12 16:54:35 +01:00
parent f3d80028a2
commit b1a5bfb393

View File

@ -615,6 +615,8 @@ client_apply_rule(struct client *c)
c->flags = r->flags | CLIENT_RULED;
}
}
flags = 0;
}
if(role)