summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-07-08 15:34:55 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-07-08 15:34:55 +0200
commit9980d12a0aa08f870171568a690d07c3d665d431 (patch)
treef1078e3caa0710b632cc43e9f2818e300c040f8f /src
parent5526f82a241a1e8603376fc092337911515f688e (diff)
downloadmerchant-9980d12a0aa08f870171568a690d07c3d665d431.tar.gz
merchant-9980d12a0aa08f870171568a690d07c3d665d431.tar.bz2
merchant-9980d12a0aa08f870171568a690d07c3d665d431.zip
-fix compiler warning
Diffstat (limited to 'src')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 29f51692..d7e35897 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -229,7 +229,7 @@ postgres_preflight (void *cls)
struct PostgresClosure *pg = cls;
if (NULL == pg->transaction_name)
- return true; /* all good */
+ return; /* all good */
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"BUG: Preflight check detected running transaction `%s'!\n",
pg->transaction_name);