From a74100a08e81f964453aafe41fc544895e3630f9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Sep 2016 16:08:17 +0000 Subject: fix and report version check --- src/namestore/gnunet-namestore.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/namestore/gnunet-namestore.c') 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; static void *data; /** - * Number of bytes in 'data'. + * Number of bytes in #data. */ static size_t data_size; @@ -933,8 +933,8 @@ testservice_task (void *cls, if (GNUNET_OK != GNUNET_CRYPTO_ecdsa_public_key_from_string (reverse_pkey, - strlen (reverse_pkey), - &pubkey)) + strlen (reverse_pkey), + &pubkey)) { fprintf (stderr, _("Invalid public key for reverse lookup `%s'\n"), @@ -1007,11 +1007,11 @@ testservice_task (void *cls, ret = 1; return; } - add_qe_uri = GNUNET_NAMESTORE_set_nick(ns, - &zone_pkey, - nickstring, - &add_continuation, - &add_qe_uri); + add_qe_uri = GNUNET_NAMESTORE_set_nick (ns, + &zone_pkey, + nickstring, + &add_continuation, + &add_qe_uri); } if (monitor) { -- cgit v1.2.3