gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 01/06: fix conditional jump on unintiaksed value


From: gnunet
Subject: [taler-anastasis] 01/06: fix conditional jump on unintiaksed value
Date: Sat, 29 Aug 2020 14:03:02 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit c7c01472d7e54914f28c85f8251e36e6095ded40
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Sat Aug 29 11:02:05 2020 +0200

    fix conditional jump on unintiaksed value
---
 src/stasis/plugin_anastasis_postgres.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/stasis/plugin_anastasis_postgres.c 
b/src/stasis/plugin_anastasis_postgres.c
index 28f8ef9..0fe5831 100644
--- a/src/stasis/plugin_anastasis_postgres.c
+++ b/src/stasis/plugin_anastasis_postgres.c
@@ -520,9 +520,6 @@ postgres_store_recovery_document (void *cls,
                                                    "postcounter_select",
                                                    params,
                                                    rs);
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                "Post counter from db: %i\n",
-                postcounter);
   }
 
   switch (qs)
@@ -538,6 +535,9 @@ postgres_store_recovery_document (void *cls,
     rollback (pg);
     return ANASTASIS_DB_STATUS_HARD_ERROR;
   case ANASTASIS_DB_STATUS_SUCCESS_ONE_RESULT:
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                "Post counter from db: %i\n",
+                postcounter);
     break;
   default:
     // FIXME: Some Action

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