mirror of https://github.com/yandex/odyssey.git
odyssey: fix deploy sync counter during attach
This commit is contained in:
parent
da7e6ea7a5
commit
c2bafa08f8
|
@ -347,7 +347,6 @@ od_frontend_remote_client(od_client_t *client)
|
||||||
if (fe_rc != OD_FE_OK)
|
if (fe_rc != OD_FE_OK)
|
||||||
return fe_rc;
|
return fe_rc;
|
||||||
server = client->server;
|
server = client->server;
|
||||||
od_server_sync_request(server, server->deploy_sync);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue