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 bad sizeof()


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix bad sizeof()
Date: Tue, 26 Sep 2017 12:22:13 +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 a3b71ac  fix bad sizeof()
a3b71ac is described below

commit a3b71ac75b38d79d280b0023c33b99e55ac46c4f
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Sep 26 12:23:06 2017 +0200

    fix bad sizeof()
---
 src/exchange/taler-exchange-httpd_keystate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_keystate.c 
b/src/exchange/taler-exchange-httpd_keystate.c
index 92e75d0..ee142a0 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -1196,7 +1196,7 @@ build_keys_response (const struct ResponseFactoryContext 
*rfc,
         struct AuditorEntry *ae;
 
         GNUNET_CRYPTO_hash (&as->apub,
-                            sizeof (&as->apub),
+                            sizeof (as->apub),
                             &ahash);
         ae = GNUNET_CONTAINER_multihashmap_get (auditors,
                                                 &ahash);

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



reply via email to

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