sslproc: properly use zconnid's for ziplinks
This commit is contained in:
parent
36f0ec74c1
commit
a0130f9daf
1 changed files with 3 additions and 3 deletions
|
@ -869,11 +869,11 @@ start_zlib_session(void *data)
|
||||||
|
|
||||||
F[0] = server->localClient->F;
|
F[0] = server->localClient->F;
|
||||||
F[1] = xF1;
|
F[1] = xF1;
|
||||||
del_from_cli_connid_hash(server);
|
del_from_cli_zconnid_hash(server);
|
||||||
server->localClient->F = xF2;
|
server->localClient->F = xF2;
|
||||||
/* need to redo as what we did before isn't valid now */
|
/* need to redo as what we did before isn't valid now */
|
||||||
uint32_to_buf(&buf[1], rb_get_fd(server->localClient->F));
|
uint32_to_buf(&buf[1], server->localClient->zconnid);
|
||||||
add_to_cli_connid_hash(server);
|
add_to_cli_zconnid_hash(server);
|
||||||
|
|
||||||
server->localClient->z_ctl = which_ssld();
|
server->localClient->z_ctl = which_ssld();
|
||||||
if(!server->localClient->z_ctl)
|
if(!server->localClient->z_ctl)
|
||||||
|
|
Loading…
Reference in a new issue