Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaUnisikhin committed Jan 28, 2024
1 parent a5474f3 commit 1376e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config-examples/odyssey-dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ storage "postgres_server" {

database default {
user default {
authentication "md5"
authentication "none"

password "md588cb17a149f659b9a78ec4a33cbb3c7f"

Expand Down
3 changes: 2 additions & 1 deletion sources/frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1376e6e

Please sign in to comment.