gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: make static analysis happy


From: gnunet
Subject: [taler-exchange] branch master updated: make static analysis happy
Date: Sat, 18 Jan 2020 19:22:01 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 73ee593b make static analysis happy
73ee593b is described below

commit 73ee593b76ffdfa787b7c60501a05118c83d6785
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 19:21:59 2020 +0100

    make static analysis happy
---
 src/bank-lib/fakebank.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 2a264f78..ddf0633f 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -419,6 +419,8 @@ TALER_FAKEBANK_make_admin_transfer (struct 
TALER_FAKEBANK_Handle *h,
 {
   struct Transaction *t;
 
+  GNUNET_assert (NULL != debit_account);
+  GNUNET_assert (NULL != credit_account);
   GNUNET_break (0 != strncasecmp ("payto://",
                                   debit_account,
                                   strlen ("payto://")));

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



reply via email to

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