Browse Source

fix infinite loop

Jérémy Anger 12 years ago
parent
commit
c692505b44
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/tag.c

+ 1 - 2
src/tag.c

@@ -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 */
      if(!t)