Set flags to 0 at the end of the rule loop in client.c
This commit is contained in:
parent
770d0dce1f
commit
96b49ad20e
@ -590,6 +590,8 @@ client_apply_rule(struct client *c)
|
||||
c->flags = r->flags | CLIENT_RULED;
|
||||
}
|
||||
}
|
||||
|
||||
flags = 0;
|
||||
}
|
||||
|
||||
if(role)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user