|
|
| version 1.1.2.4.2.14, 2010/04/25 19:13:42 | version 1.1.2.4.2.15, 2010/06/21 12:27:45 |
|---|---|
| Line 791 int m_server_synch(aClient *cptr, long n | Line 791 int m_server_synch(aClient *cptr, long n |
| cptr->serv->up = me.name; | cptr->serv->up = me.name; |
| cptr->srvptr = &me; | cptr->srvptr = &me; |
| cptr->serv->numeric = numeric; | cptr->serv->numeric = numeric; |
| cptr->serv->conf = aconf; | if (!cptr->serv->conf) |
| cptr->serv->conf = aconf; /* Only set serv->conf to aconf if not set already! Bug #0003913 */ | |
| if (incoming) | if (incoming) |
| { | { |
| cptr->serv->conf->refcount++; | cptr->serv->conf->refcount++; |