merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 9980d12a0aa08f870171568a690d07c3d665d431
parent 5526f82a241a1e8603376fc092337911515f688e
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri,  8 Jul 2022 15:34:55 +0200

-fix compiler warning

Diffstat:
Msrc/backenddb/plugin_merchantdb_postgres.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);