/[svn]/ircd-hybrid/trunk/src/conf.c
ViewVC logotype

Diff of /ircd-hybrid/trunk/src/conf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2269 by michael, Tue Jun 18 15:07:26 2013 UTC revision 2275 by michael, Tue Jun 18 16:30:11 2013 UTC
# Line 681  detach_conf(struct Client *client_p, enu Line 681  detach_conf(struct Client *client_p, enu
681      dlinkDelete(ptr, &client_p->localClient->confs);      dlinkDelete(ptr, &client_p->localClient->confs);
682      free_dlink_node(ptr);      free_dlink_node(ptr);
683    
684      if (conf->type == CONF_CLIENT)      if (conf->type & CONF_CLIENT)
685        remove_from_cidr_check(&client_p->localClient->ip, conf->class);        remove_from_cidr_check(&client_p->localClient->ip, conf->class);
686    
687      if (--conf->class->ref_count == 0 && conf->class->active == 0)      if (--conf->class->ref_count == 0 && conf->class->active == 0)

Legend:
Removed from v.2269  
changed lines
  Added in v.2275

svnadmin@ircd-hybrid.org
ViewVC Help
Powered by ViewVC 1.1.30