gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 04/05: refactor for GNUNET_memcmp


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 04/05: refactor for GNUNET_memcmp
Date: Mon, 08 Apr 2019 16:58:50 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository exchange.

commit a5007df7e41aff159d0404408e10af930c615a48
Author: ng0 <address@hidden>
AuthorDate: Mon Apr 8 13:27:08 2019 +0000

    refactor for GNUNET_memcmp
---
 src/wire-plugins/test_wire_plugin_transactions_taler-bank.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c 
b/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c
index da1d43c1..4c2af52c 100644
--- a/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c
+++ b/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c
@@ -207,9 +207,8 @@ history_result_cb
     GNUNET_SCHEDULER_shutdown ();
     return GNUNET_SYSERR;
   }
-  if (0 != memcmp (&wtid,
-                   &details->wtid,
-                   sizeof (struct TALER_WireTransferIdentifierRawP)))
+  if (0 != GNUNET_memcmp (&wtid,
+                          &details->wtid))
   {
     GNUNET_break (0);
     global_ret = GNUNET_SYSERR;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]