gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: properly initialize wtid in test


From: gnunet
Subject: [taler-exchange] branch master updated: properly initialize wtid in test
Date: Mon, 13 Jan 2020 23:51:20 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 87aa8b54 properly initialize wtid in test
87aa8b54 is described below

commit 87aa8b54cc10301b6c03572962bae3c2d5a47bb0
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 13 23:51:01 2020 +0100

    properly initialize wtid in test
---
 src/lib/test_bank_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/test_bank_api.c b/src/lib/test_bank_api.c
index 9e723659..0ae77353 100644
--- a/src/lib/test_bank_api.c
+++ b/src/lib/test_bank_api.c
@@ -63,6 +63,7 @@ run (void *cls,
      struct TALER_TESTING_Interpreter *is)
 {
   struct TALER_WireTransferIdentifierRawP wtid;
+  memset (&wtid, 42, sizeof (wtid));
   struct TALER_TESTING_Command commands[] = {
     TALER_TESTING_cmd_bank_credits ("history-0",
                                     bc.exchange_account_url,
@@ -104,7 +105,6 @@ run (void *cls,
     TALER_TESTING_cmd_end ()
   };
 
-  memset (&wtid, 42, sizeof (wtid));
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Bank serves at `%s'\n",
               bc.bank_url);

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



reply via email to

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