starttls: Update for client fd hash removal.
This commit is contained in:
parent
a5ddb7df2e
commit
e124e4b64c
1 changed files with 0 additions and 2 deletions
|
@ -77,9 +77,7 @@ mr_starttls(struct Client *client_p, struct Client *source_p, int parc, const ch
|
|||
ctl = start_ssld_accept(client_p->localClient->F, F[1], rb_get_fd(F[0]));
|
||||
if (ctl != NULL)
|
||||
{
|
||||
del_from_cli_fd_hash(client_p);
|
||||
client_p->localClient->F = F[0];
|
||||
add_to_cli_fd_hash(client_p);
|
||||
client_p->localClient->ssl_ctl = ctl;
|
||||
SetSSL(client_p);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue