servlink fd commented out in close_connection() - we are moving on ssld
This commit is contained in:
parent
5a606a8f8c
commit
673f58abaf
1 changed files with 2 additions and 0 deletions
|
@ -2095,11 +2095,13 @@ close_connection(struct Client *client_p)
|
|||
client_p->localClient->F = NULL;
|
||||
}
|
||||
|
||||
/* XXX servlink -- dwr
|
||||
if(-1 < client_p->localClient->ctrlfd)
|
||||
{
|
||||
rb_close(client_p->localClient->ctrlfd);
|
||||
client_p->localClient->ctrlfd = -1;
|
||||
}
|
||||
*/
|
||||
|
||||
rb_linebuf_donebuf(&client_p->localClient->buf_sendq);
|
||||
rb_linebuf_donebuf(&client_p->localClient->buf_recvq);
|
||||
|
|
Loading…
Reference in a new issue