Set flags to 0 after rule applying
This commit is contained in:
@@ -615,6 +615,8 @@ client_apply_rule(struct client *c)
|
||||
c->flags = r->flags | CLIENT_RULED;
|
||||
}
|
||||
}
|
||||
|
||||
flags = 0;
|
||||
}
|
||||
|
||||
if(role)
|
||||
|
||||
Reference in New Issue
Block a user