From 93c07b11f5b4f4c76ca31982f3465d91ad0cedca Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Wed, 14 Jun 2017 14:51:05 +0300 Subject: [PATCH] odissey: update machinarium --- lib/machinarium | 2 +- src/od_frontend.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/machinarium b/lib/machinarium index fcb4d681..ace516ce 160000 --- a/lib/machinarium +++ b/lib/machinarium @@ -1 +1 @@ -Subproject commit fcb4d681b802aedacd16dcedc1cbaae4f5f43337 +Subproject commit ace516cedd34cf537dbf23afd7095ccbb038d6df diff --git a/src/od_frontend.c b/src/od_frontend.c index 7dac23e1..9a330e5c 100644 --- a/src/od_frontend.c +++ b/src/od_frontend.c @@ -491,7 +491,7 @@ void od_frontend(void *arg) case OD_RERROR_NOT_FOUND: od_error_client(&instance->log, client->id, NULL, "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, "database route is not declared"); od_frontend_close(client);