diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/auditor/taler-auditor.c | 4 |
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, |