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: fix type error that


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix type error that lead to the strange bug
Date: Mon, 22 Jan 2018 19:31:15 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 00d2528  fix type error that lead to the strange bug
00d2528 is described below

commit 00d25284e072265b36c4b11597368148631d3ea5
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 22 19:31:08 2018 +0100

    fix type error that lead to the strange bug
---
 src/lib/test_merchant_api.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 88a0cb0..b7b253d 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1008,12 +1008,6 @@ struct Command
       const char *contract_ref;
 
       /**
-       * The text case fails if this field is not here, and it is
-       * very uncleary why.
-       */
-      //uint64_t layout_dummy;
-
-      /**
        * Whether to expect the payment to be settled or not.
        */
       int expect_paid;
@@ -2152,7 +2146,6 @@ check_payment_cb (void *cls,
     return;
   }
 
-  cmd->details.proposal_lookup.plo = NULL;
   if (cmd->expected_response_code != http_status)
     fail (is);
   next_command (is);

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



reply via email to

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