| 40 |
|
#include "irc_res.h" |
| 41 |
|
#include "restart.h" |
| 42 |
|
#include "s_auth.h" |
| 43 |
< |
#include "s_conf.h" |
| 44 |
< |
#include "s_log.h" |
| 43 |
> |
#include "conf.h" |
| 44 |
> |
#include "log.h" |
| 45 |
|
#include "s_serv.h" |
| 46 |
|
#include "send.h" |
| 47 |
|
#include "memory.h" |
| 246 |
|
if (client_p->localClient->fd.flags.open) |
| 247 |
|
fd_close(&client_p->localClient->fd); |
| 248 |
|
|
| 249 |
– |
if (HasServlink(client_p)) |
| 250 |
– |
{ |
| 251 |
– |
if (client_p->localClient->ctrlfd.flags.open) |
| 252 |
– |
fd_close(&client_p->localClient->ctrlfd); |
| 253 |
– |
} |
| 254 |
– |
|
| 249 |
|
dbuf_clear(&client_p->localClient->buf_sendq); |
| 250 |
|
dbuf_clear(&client_p->localClient->buf_recvq); |
| 251 |
|
|