aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-11 16:08:17 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-11 16:08:17 +0000
commita74100a08e81f964453aafe41fc544895e3630f9 (patch)
treeeeb90b52b36bfe73fb8f27681c4a76715bdd4df2 /src/namestore
parent6d0a1557ed3568b15af784f952cdc95c5fffa852 (diff)
downloadgnunet-a74100a08e81f964453aafe41fc544895e3630f9.tar.gz
gnunet-a74100a08e81f964453aafe41fc544895e3630f9.zip
fix and report version check
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-namestore.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 9e654cc34..8f0c14fa0 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -165,7 +165,7 @@ static uint32_t type;
165static void *data; 165static void *data;
166 166
167/** 167/**
168 * Number of bytes in 'data'. 168 * Number of bytes in #data.
169 */ 169 */
170static size_t data_size; 170static size_t data_size;
171 171
@@ -933,8 +933,8 @@ testservice_task (void *cls,
933 933
934 if (GNUNET_OK != 934 if (GNUNET_OK !=
935 GNUNET_CRYPTO_ecdsa_public_key_from_string (reverse_pkey, 935 GNUNET_CRYPTO_ecdsa_public_key_from_string (reverse_pkey,
936 strlen (reverse_pkey), 936 strlen (reverse_pkey),
937 &pubkey)) 937 &pubkey))
938 { 938 {
939 fprintf (stderr, 939 fprintf (stderr,
940 _("Invalid public key for reverse lookup `%s'\n"), 940 _("Invalid public key for reverse lookup `%s'\n"),
@@ -1007,11 +1007,11 @@ testservice_task (void *cls,
1007 ret = 1; 1007 ret = 1;
1008 return; 1008 return;
1009 } 1009 }
1010 add_qe_uri = GNUNET_NAMESTORE_set_nick(ns, 1010 add_qe_uri = GNUNET_NAMESTORE_set_nick (ns,
1011 &zone_pkey, 1011 &zone_pkey,
1012 nickstring, 1012 nickstring,
1013 &add_continuation, 1013 &add_continuation,
1014 &add_qe_uri); 1014 &add_qe_uri);
1015 } 1015 }
1016 if (monitor) 1016 if (monitor)
1017 { 1017 {