gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: die more nicely if we are called


From: gnunet
Subject: [taler-exchange] branch master updated: die more nicely if we are called when we should not be
Date: Mon, 24 Feb 2020 12:21:48 +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 7ee3c485 die more nicely if we are called when we should not be
7ee3c485 is described below

commit 7ee3c485bd3483b2d5113830dca7f083ed706e0f
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 12:21:46 2020 +0100

    die more nicely if we are called when we should not be
---
 src/exchangedb/test_exchangedb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index 2f984e93..1e0dfbff 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -1334,6 +1334,7 @@ recoup_cb (void *cls,
 {
   const struct TALER_DenominationBlindingKeyP *cb = cls;
 
+  FAILIF (NULL == cb);
   FAILIF (0 != GNUNET_memcmp (cb,
                               coin_blind));
   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]