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/branches/8.2.x/src/server.c (file contents):
Revision 4115 by michael, Tue Jul 1 16:49:54 2014 UTC vs.
Revision 4188 by michael, Mon Jul 7 18:29:35 2014 UTC

# Line 699 | Line 699 | serv_connect(struct MaskItem *conf, stru
699      strlcpy(client_p->serv->by, "AutoConn.", sizeof(client_p->serv->by));
700  
701    SetConnecting(client_p);
702  dlinkAdd(client_p, &client_p->node, &global_client_list);
703
702    client_p->localClient->aftype = conf->aftype;
703  
704    /* Now, initiate the connection */

Diff Legend

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