gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: Fix leftover memcmp


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Fix leftover memcmp
Date: Mon, 08 Apr 2019 20:19:33 +0200

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

ng0 pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7333c55c Fix leftover memcmp
7333c55c is described below

commit 7333c55c53cfdb8268d27f0baefab7fa5e68058f
Author: ng0 <address@hidden>
AuthorDate: Mon Apr 8 18:19:26 2019 +0000

    Fix leftover memcmp
---
 src/exchange-tools/taler-exchange-keyup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index f2b48a53..e10911b3 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -1362,7 +1362,7 @@ run (void *cls,
     global_ret = 1;
     return;
   }
-  if ( (0 != GNUNET_is_zero memcmp (&revoke_dkh)) &&
+  if ( (0 != GNUNET_is_zero (&revoke_dkh)) &&
        (GNUNET_OK !=
         revoke_denomination (&revoke_dkh)) )
   {

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



reply via email to

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