odyssey: fix deploy sync counter during attach

This commit is contained in:
Dmitry Simonenko 2018-08-29 14:59:29 +03:00
parent da7e6ea7a5
commit c2bafa08f8
1 changed files with 0 additions and 1 deletions

View File

@ -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