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

Comparing ircd-hybrid-7.2/src/s_conf.c (file contents):
Revision 101 by michael, Sun Oct 9 14:43:13 2005 UTC vs.
Revision 102 by michael, Mon Oct 10 12:17:19 2005 UTC

# Line 298 | Line 298 | make_conf_item(ConfType type)
298    case GDENY_TYPE:
299      conf = (struct ConfItem *)MyMalloc(sizeof(struct ConfItem) +
300                                         sizeof(struct AccessItem));
301 <    dlinkAddTail(conf, &conf->node, &gdeny_items);
301 >    dlinkAdd(conf, &conf->node, &gdeny_items);
302      break;
303  
304    case XLINE_TYPE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines