| # | Line 246 | Line 246 | close_connection(struct Client *client_p | |
|---|---|---|
| 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |