From b382287567cc83196d461dacf6bde4b4a098690e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Aug 2020 01:32:15 +0200 Subject: memset only sets 1 byte --- src/testing/test_bank_api_twisted.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/test_bank_api_twisted.c b/src/testing/test_bank_api_twisted.c index 73e82bfc7..8ca98948d 100644 --- a/src/testing/test_bank_api_twisted.c +++ b/src/testing/test_bank_api_twisted.c @@ -84,7 +84,7 @@ run (void *cls, { struct TALER_WireTransferIdentifierRawP wtid; - memset (&wtid, 0x5aff, sizeof (wtid)); + memset (&wtid, 0x5a, sizeof (wtid)); /* Route our commands through twister. */ struct TALER_BANK_AuthenticationData exchange_auth_twisted; -- cgit v1.2.3