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-8/src/conf.c (file contents):
Revision 1377 by michael, Mon Apr 30 19:35:16 2012 UTC vs.
Revision 1381 by michael, Tue May 1 08:21:27 2012 UTC

# Line 2502 | Line 2502 | clear_out_old_conf(void)
2502            delete_conf_item(conf);
2503          }
2504        }
2505      else if (conf->type == CLIENT_TYPE)
2506      {
2507        aconf = map_to_conf(conf);
2508
2509        if (aconf->clients != 0)
2510        {
2511          SetConfIllegal(aconf);
2512        }
2513        else
2514        {
2515          delete_conf_item(conf);
2516        }
2517      }
2505        else if (conf->type == XLINE_TYPE  ||
2506                 conf->type == RXLINE_TYPE ||
2507                 conf->type == RKLINE_TYPE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines