summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/ignore.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/ignore.c b/src/core/ignore.c
index e668edb6..96c56d9e 100644
--- a/src/core/ignore.c
+++ b/src/core/ignore.c
@@ -300,9 +300,6 @@ static int ignore_index(IGNORE_REC *find)
for (tmp = ignores; tmp != NULL; tmp = tmp->next) {
IGNORE_REC *rec = tmp->data;
- if (rec->servertag != NULL)
- continue;
-
if (rec == find)
return index;
index++;