fix bad sizeof()
This commit is contained in:
parent
e78e0f6c4e
commit
a3b71ac75b
@ -1196,7 +1196,7 @@ build_keys_response (const struct ResponseFactoryContext *rfc,
|
|||||||
struct AuditorEntry *ae;
|
struct AuditorEntry *ae;
|
||||||
|
|
||||||
GNUNET_CRYPTO_hash (&as->apub,
|
GNUNET_CRYPTO_hash (&as->apub,
|
||||||
sizeof (&as->apub),
|
sizeof (as->apub),
|
||||||
&ahash);
|
&ahash);
|
||||||
ae = GNUNET_CONTAINER_multihashmap_get (auditors,
|
ae = GNUNET_CONTAINER_multihashmap_get (auditors,
|
||||||
&ahash);
|
&ahash);
|
||||||
|
Loading…
Reference in New Issue
Block a user