memset only sets 1 byte

This commit is contained in:
Christian Grothoff 2020-08-29 01:32:15 +02:00
parent d326c05e32
commit b382287567
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;