ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 2269 by michael, Tue Jun 18 15:07:26 2013 UTC vs.
Revision 2275 by michael, Tue Jun 18 16:30:11 2013 UTC

# Line 681 | Line 681 | detach_conf(struct Client *client_p, enu
681      dlinkDelete(ptr, &client_p->localClient->confs);
682      free_dlink_node(ptr);
683  
684 <    if (conf->type == CONF_CLIENT)
684 >    if (conf->type & CONF_CLIENT)
685        remove_from_cidr_check(&client_p->localClient->ip, conf->class);
686  
687      if (--conf->class->ref_count == 0 && conf->class->active == 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines