memset only sets 1 byte
This commit is contained in:
parent
d326c05e32
commit
b382287567
@ -84,7 +84,7 @@ run (void *cls,
|
|||||||
{
|
{
|
||||||
struct TALER_WireTransferIdentifierRawP wtid;
|
struct TALER_WireTransferIdentifierRawP wtid;
|
||||||
|
|
||||||
memset (&wtid, 0x5aff, sizeof (wtid));
|
memset (&wtid, 0x5a, sizeof (wtid));
|
||||||
|
|
||||||
/* Route our commands through twister. */
|
/* Route our commands through twister. */
|
||||||
struct TALER_BANK_AuthenticationData exchange_auth_twisted;
|
struct TALER_BANK_AuthenticationData exchange_auth_twisted;
|
||||||
|
Loading…
Reference in New Issue
Block a user