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-7.2/src/s_conf.c (file contents):
Revision 150 by michael, Mon Oct 10 12:17:19 2005 UTC vs.
Revision 151 by db, Sun Oct 16 18:21:11 2005 UTC

# Line 2714 | Line 2714 | flush_deleted_I_P(void)
2714    struct ConfItem *conf;
2715    struct AccessItem *aconf;
2716    dlink_list * free_items [] = {
2717 <    &server_items, &oconf_items, &hub_items, &leaf_items, NULL
2717 >    &server_items, &oconf_items, NULL
2718    };
2719    dlink_list ** iterator = free_items; /* C is dumb */
2720  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)