summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-12-09 23:35:04 +0100
committerChristian Grothoff <christian@grothoff.org>2017-12-09 23:35:04 +0100
commit1d40d2973c191c67d49e60f0401d0860fe43b581 (patch)
tree6ba4acd337bad9b10854d1e309632b87eed2bfbd /src/auditor
parent16e2cd8d447244996154f70c8f18f7ea5bf964ff (diff)
downloadexchange-1d40d2973c191c67d49e60f0401d0860fe43b581.tar.gz
exchange-1d40d2973c191c67d49e60f0401d0860fe43b581.tar.bz2
exchange-1d40d2973c191c67d49e60f0401d0860fe43b581.zip
initialize rev_rowid always
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor.c4
1 files changed, 4 insertions, 0 deletions
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,