gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix #6892


From: gnunet
Subject: [taler-merchant] branch master updated: fix #6892
Date: Thu, 27 May 2021 12:24:27 +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 a306448e fix #6892
a306448e is described below

commit a306448e4bb2bdace5fb23777a99940b546bbbad
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu May 27 12:24:22 2021 +0200

    fix #6892
---
 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 a81854d2..d7621224 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -6045,7 +6045,7 @@ postgres_lookup_tip_details (void *cls,
                                                params,
                                                &lookup_pickup_details_cb,
                                                &ltdc);
-    if (qs <= 0)
+    if (qs < 0)
       return qs;
     return ltdc.qs;
   }

-- 
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]