gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: initialize rev_rowi


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: initialize rev_rowid always
Date: Sat, 09 Dec 2017 23:35:06 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1d40d29  initialize rev_rowid always
1d40d29 is described below

commit 1d40d2973c191c67d49e60f0401d0860fe43b581
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Dec 9 23:35:04 2017 +0100

    initialize rev_rowid always
---
 src/auditor/taler-auditor.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 41fd7f3..390e015 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -1101,6 +1101,10 @@ handle_payback_by_reserve (void *cls,
                                                        
GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY));
     }
   }
+  else
+  {
+    rev_rowid = 0; /* reported elsewhere */
+  }
   if (0 == strcmp (rev, "master signature invalid"))
   {
     report (report_bad_sig_losses,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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