summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_bad-sig-losses-del.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/taler-auditor-httpd_bad-sig-losses-del.c')
-rw-r--r--src/auditor/taler-auditor-httpd_bad-sig-losses-del.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor-httpd_bad-sig-losses-del.c b/src/auditor/taler-auditor-httpd_bad-sig-losses-del.c
index 042925ef2..aed37e311 100644
--- a/src/auditor/taler-auditor-httpd_bad-sig-losses-del.c
+++ b/src/auditor/taler-auditor-httpd_bad-sig-losses-del.c
@@ -56,7 +56,7 @@ TAH_BAD_SIG_LOSSES_handler_delete (struct TAH_RequestHandler *rh,
qs = TAH_plugin->delete_bad_sig_losses (TAH_plugin->cls,
row_id);
- if (0 > qs)
+ if (0 == qs)
{
// goes in here if there was an error with the transaction
GNUNET_break (GNUNET_DB_STATUS_HARD_ERROR == qs);