From: Martin Schanzenbach Date: Mon, 27 Feb 2012 17:31:20 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~14599 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=536afe0a3fe60300c843597cc6c0043d002e5a06;p=oweals%2Fgnunet.git -fix --- diff --git a/src/gns/gnunet-service-gns.c b/src/gns/gnunet-service-gns.c index 42ee01b0e..0e287f6ac 100644 --- a/src/gns/gnunet-service-gns.c +++ b/src/gns/gnunet-service-gns.c @@ -256,7 +256,7 @@ process_authority_dht_result(void* cls, GNUNET_log(GNUNET_ERROR_TYPE_INFO, "Authority found in DHT\n"); rh->answered = 1; GNUNET_CRYPTO_hash( - (struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *)&rd[i].data, + (struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *)rd[i].data, GNUNET_CRYPTO_RSA_KEY_LENGTH, &rh->authority); }