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 1519 by michael, Wed Sep 5 12:02:04 2012 UTC vs.
Revision 1526 by michael, Mon Sep 10 18:06:06 2012 UTC

# Line 1226 | Line 1226 | detach_conf(struct Client *client_p, Con
1226    struct ClassItem *aclass;
1227    struct AccessItem *aconf;
1228    struct ConfItem *aclass_conf;
1229  struct MatchItem *match_item;
1229  
1230    DLINK_FOREACH_SAFE(ptr, next_ptr, client_p->localClient->confs.head)
1231    {
# Line 2349 | Line 2348 | clear_out_old_conf(void)
2348    struct ConfItem *conf;
2349    struct AccessItem *aconf;
2350    struct ClassItem *cltmp;
2352  struct MatchItem *match_item;
2351    dlink_list *free_items [] = {
2352      &server_items,   &oconf_items,
2353       &uconf_items,   &xconf_items, &rxconf_items, &rkconf_items,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines