gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -fix compiler warning


From: gnunet
Subject: [taler-merchant] branch master updated: -fix compiler warning
Date: Fri, 08 Jul 2022 15:34:58 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 9980d12a -fix compiler warning
9980d12a is described below

commit 9980d12a0aa08f870171568a690d07c3d665d431
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Jul 8 15:34:55 2022 +0200

    -fix compiler warning
---
 src/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
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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]