mirror of https://github.com/yandex/odyssey.git
odissey: fix release warning
This commit is contained in:
parent
3628d79a8f
commit
5396a16660
|
@ -88,6 +88,7 @@ od_frontend_error_fwd(od_client_t *client)
|
|||
od_server_t *server = client->server;
|
||||
assert(server != NULL);
|
||||
assert(server->stats.count_error != 0);
|
||||
(void)server;
|
||||
shapito_fe_error_t error;
|
||||
int rc;
|
||||
rc = shapito_fe_read_error(&error, client->stream->start,
|
||||
|
|
Loading…
Reference in New Issue