fix infinite loop

This commit is contained in:
Jérémy Anger 2012-04-13 21:42:31 +02:00
parent 3d450c3d20
commit c692505b44

View File

@ -98,8 +98,7 @@ tag_client(struct tag *t, struct client *c)
} }
} }
if (!(c->flags & CLIENT_IGNORE_TAG)) c->flags &= ~CLIENT_RULED;
c->flags &= ~CLIENT_RULED;
/* Client remove */ /* Client remove */
if(!t) if(!t)