From 1d40d2973c191c67d49e60f0401d0860fe43b581 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 Dec 2017 23:35:04 +0100 Subject: initialize rev_rowid always --- src/auditor/taler-auditor.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/auditor/taler-auditor.c') diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 41fd7f3cb..390e015c9 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, -- cgit v1.2.3