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

Comparing ircd-hybrid/trunk/src/s_serv.c (file contents):
Revision 3137 by michael, Tue Mar 11 19:01:43 2014 UTC vs.
Revision 3140 by michael, Wed Mar 12 19:23:20 2014 UTC

# Line 742 | Line 742 | server_estab(struct Client *client_p)
742  
743    SetServer(client_p);
744  
745  /* Update the capability combination usage counts. -A1kmm */
746  set_chcap_usage_counts(client_p);
747
745    /* Some day, all these lists will be consolidated *sigh* */
746    dlinkAdd(client_p, &client_p->lnode, &me.serv->server_list);
747  

Diff Legend

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