| # | 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 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |