gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: c89-style


From: gnunet
Subject: [taler-exchange] branch master updated: c89-style
Date: Sat, 29 Aug 2020 01:32:42 +0200

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 2212ae33 c89-style
2212ae33 is described below

commit 2212ae330a283093a583c0e391c69eea97e2ee7e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 29 01:32:40 2020 +0200

    c89-style
---
 src/testing/test_bank_api_twisted.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/testing/test_bank_api_twisted.c 
b/src/testing/test_bank_api_twisted.c
index 8ca98948..612848bd 100644
--- a/src/testing/test_bank_api_twisted.c
+++ b/src/testing/test_bank_api_twisted.c
@@ -83,11 +83,12 @@ run (void *cls,
      struct TALER_TESTING_Interpreter *is)
 {
   struct TALER_WireTransferIdentifierRawP wtid;
-
-  memset (&wtid, 0x5a, sizeof (wtid));
-
   /* Route our commands through twister. */
   struct TALER_BANK_AuthenticationData exchange_auth_twisted;
+
+  memset (&wtid,
+          0x5a,
+          sizeof (wtid));
   memcpy (&exchange_auth_twisted,
           &bc.exchange_auth,
           sizeof (struct TALER_BANK_AuthenticationData));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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