exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit a3b71ac75b38d79d280b0023c33b99e55ac46c4f
parent e78e0f6c4e28e1f90fadd5d9840f5428f6ba1ea0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 26 Sep 2017 12:23:06 +0200

fix bad sizeof()

Diffstat:
Msrc/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 @@ -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);