commit 1d40d2973c191c67d49e60f0401d0860fe43b581
parent 16e2cd8d447244996154f70c8f18f7ea5bf964ff
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 9 Dec 2017 23:35:04 +0100
initialize rev_rowid always
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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,