gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: assert on the right


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: assert on the right value
Date: Sat, 09 Dec 2017 23:53:52 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new ee8199b  assert on the right value
ee8199b is described below

commit ee8199bb3715752be7fe9ddf8b4a1108086d3504
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Dec 9 23:53:50 2017 +0100

    assert on the right value
---
 src/merchant-tools/taler-merchant-generate-payments.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/merchant-tools/taler-merchant-generate-payments.c 
b/src/merchant-tools/taler-merchant-generate-payments.c
index ab5406e..4bfbc90 100644
--- a/src/merchant-tools/taler-merchant-generate-payments.c
+++ b/src/merchant-tools/taler-merchant-generate-payments.c
@@ -1043,10 +1043,11 @@ interpreter_run (void *cls)
 
         {
           const struct Command *coin_ref;
+
           memset (&pc, 0, sizeof (pc));
           coin_ref = find_command (is,
                                    cmd->details.pay.coin_ref);
-          GNUNET_assert (NULL != ref);
+          GNUNET_assert (NULL != coin_ref);
           switch (coin_ref->oc)
           {
           case OC_WITHDRAW_SIGN:

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



reply via email to

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