summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/report-lib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index 53e4f1320..3399b4ccc 100644
--- a/src/auditor/report-lib.c
+++ b/src/auditor/report-lib.c
@@ -388,9 +388,9 @@ TALER_ARL_setup_sessions_and_run (TALER_ARL_Analysis ana,
return GNUNET_SYSERR;
}
- GNUNET_break (GNUNET_SYSERR !=
- transact (ana,
- ana_cls));
+ if (0 > transact (ana,
+ ana_cls))
+ return GNUNET_SYSERR;
return GNUNET_OK;
}