From 1376e6ea71b63ea2200ab857fb6a5990208ede64 Mon Sep 17 00:00:00 2001 From: NikitaUnisikhin Date: Sun, 28 Jan 2024 12:49:13 +0000 Subject: [PATCH] fmt --- config-examples/odyssey-dev.conf | 2 +- sources/frontend.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config-examples/odyssey-dev.conf b/config-examples/odyssey-dev.conf index de98c1f86..8a965ee71 100644 --- a/config-examples/odyssey-dev.conf +++ b/config-examples/odyssey-dev.conf @@ -56,7 +56,7 @@ storage "postgres_server" { database default { user default { - authentication "md5" + authentication "none" password "md588cb17a149f659b9a78ec4a33cbb3c7f" diff --git a/sources/frontend.c b/sources/frontend.c index 3e5151eb9..d7e9460b5 100644 --- a/sources/frontend.c +++ b/sources/frontend.c @@ -1513,7 +1513,8 @@ static od_frontend_status_t od_frontend_remote_client(od_relay_t *relay, } /* If the retstatus is not SKIP */ - if (route->rule->pool->reserve_prepared_statement && forwarded != 1 && msg != NULL) { + if (route->rule->pool->reserve_prepared_statement && forwarded != 1 && + msg != NULL) { msg = kiwi_fe_copy_msg(msg, data, size); od_write(&server->io, msg); retstatus = OD_SKIP;