summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 6b4fea5..73a50a0 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -681,7 +681,7 @@ detach_conf(struct Client *client_p, enum maskitem_type type)
dlinkDelete(ptr, &client_p->localClient->confs);
free_dlink_node(ptr);
- if (conf->type & CONF_CLIENT)
+ if (conf->type == CONF_CLIENT)
remove_from_cidr_check(&client_p->localClient->ip, conf->class);
if (--conf->class->ref_count == 0 && conf->class->active == 0)