odissey: update machinarium

This commit is contained in:
Dmitry Simonenko 2017-06-14 14:51:05 +03:00
parent ea03b9bfa2
commit 93c07b11f5
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit fcb4d681b802aedacd16dcedc1cbaae4f5f43337 Subproject commit ace516cedd34cf537dbf23afd7095ccbb038d6df

View File

@ -491,7 +491,7 @@ void od_frontend(void *arg)
case OD_RERROR_NOT_FOUND: case OD_RERROR_NOT_FOUND:
od_error_client(&instance->log, client->id, NULL, od_error_client(&instance->log, client->id, NULL,
"database route '%s' is not declared, closing", "database route '%s' is not declared, closing",
so_parameter_value(client->startup.database)); so_parameter_value(client->startup.database));
od_frontend_error(client, SO_ERROR_UNDEFINED_DATABASE, od_frontend_error(client, SO_ERROR_UNDEFINED_DATABASE,
"database route is not declared"); "database route is not declared");
od_frontend_close(client); od_frontend_close(client);