summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-29 01:32:40 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-29 01:32:40 +0200
commit2212ae330a283093a583c0e391c69eea97e2ee7e (patch)
tree554a6f3b07a3415ddce94ea5054bb15c2a18cbb1 /src/testing
parentb382287567cc83196d461dacf6bde4b4a098690e (diff)
downloadexchange-2212ae330a283093a583c0e391c69eea97e2ee7e.tar.gz
exchange-2212ae330a283093a583c0e391c69eea97e2ee7e.tar.bz2
exchange-2212ae330a283093a583c0e391c69eea97e2ee7e.zip
c89-style
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_bank_api_twisted.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/testing/test_bank_api_twisted.c b/src/testing/test_bank_api_twisted.c
index 8ca98948d..612848bdc 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));