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/s_conf.c (file contents):
Revision 1171 by michael, Tue Aug 9 22:03:59 2011 UTC vs.
Revision 1172 by michael, Sat Aug 13 18:49:37 2011 UTC

# Line 1555 | Line 1555 | map_to_list(ConfType type)
1555    case SERVER_TYPE:
1556      return(&server_items);
1557      break;
1558 +  case SERVICE_TYPE:
1559 +    return(&service_items);
1560 +    break;
1561    case CLUSTER_TYPE:
1562      return(&cluster_items);
1563      break;

Diff Legend

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