gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: memset only sets 1 byte


From: gnunet
Subject: [taler-exchange] branch master updated: memset only sets 1 byte
Date: Sat, 29 Aug 2020 01:32:17 +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 b3822875 memset only sets 1 byte
b3822875 is described below

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

    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 73e82bfc..8ca98948 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;

-- 
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]