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

Comparing ircd-hybrid-8/src/s_serv.c (file contents):
Revision 1377 by michael, Mon Apr 30 19:35:16 2012 UTC vs.
Revision 1383 by michael, Tue May 1 11:18:22 2012 UTC

# Line 457 | Line 457 | check_server(const char *name, struct Cl
457  
458    attach_conf(client_p, server_conf);
459  
460  /* Now find all leaf or hub config items for this server */
461  DLINK_FOREACH(ptr, hub_items.head)
462  {
463    conf = ptr->data;
464
465    if (!match(name, conf->name))
466      continue;
467    attach_conf(client_p, conf);
468  }
469
470  DLINK_FOREACH(ptr, leaf_items.head)
471  {
472    conf = ptr->data;
473
474    if (!match(name, conf->name))
475      continue;
476    attach_conf(client_p, conf);
477  }
478
460    server_aconf = map_to_conf(server_conf);
461  
462    if (!IsConfTopicBurst(server_aconf))

Diff Legend

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