gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 01/02: check for right type


From: gnunet
Subject: [taler-exchange] 01/02: check for right type
Date: Sun, 22 Mar 2020 14:52:00 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit bdbe923bf627348113866d1d79cbd65aa2c132df
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 22 14:51:36 2020 +0100

    check for right type
---
 src/auditor/report-lib.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index 53e4f132..3399b4cc 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;
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]