fix bad sizeof()

This commit is contained in:
Christian Grothoff 2017-09-26 12:23:06 +02:00
parent e78e0f6c4e
commit a3b71ac75b
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);