aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-01 12:07:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-01 12:07:51 +0000
commit8bf42be9c548e4ab3ecb0ab70ea3f10801dd8da5 (patch)
tree7c40dbd70d82aa8585fc153805690749a71159de /src/namestore
parent876325b7e1c4c73f1219a9004d6441cf41e7f11b (diff)
downloadgnunet-8bf42be9c548e4ab3ecb0ab70ea3f10801dd8da5.tar.gz
gnunet-8bf42be9c548e4ab3ecb0ab70ea3f10801dd8da5.zip
fix type
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore_api_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_api_common.c b/src/namestore/namestore_api_common.c
index 9026e8b61..e6b78d8c9 100644
--- a/src/namestore/namestore_api_common.c
+++ b/src/namestore/namestore_api_common.c
@@ -978,7 +978,7 @@ GNUNET_NAMESTORE_string_to_value (uint32_t type,
978 *data = vpn = GNUNET_malloc (*data_size); 978 *data = vpn = GNUNET_malloc (*data_size);
979 if (GNUNET_OK != GNUNET_CRYPTO_ecc_public_sign_key_from_string ((char*) s_peer, 979 if (GNUNET_OK != GNUNET_CRYPTO_ecc_public_sign_key_from_string ((char*) s_peer,
980 strlen (s_peer), 980 strlen (s_peer),
981 &vpn->peer)) 981 &vpn->peer.public_key))
982 { 982 {
983 GNUNET_free (vpn); 983 GNUNET_free (vpn);
984 *data_size = 0; 984 *data_size = 0;