From: Christian Grothoff Date: Thu, 11 Jul 2013 15:19:09 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~8369 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9dce67fc2e096aaba8ec89d36229d8c2506e166d;p=oweals%2Fgnunet.git -fix --- diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c index 6a66b1319..9f7eb7ed0 100644 --- a/src/namestore/gnunet-namestore.c +++ b/src/namestore/gnunet-namestore.c @@ -383,7 +383,7 @@ sync_cb (void *cls) * GNUNET_TIME_UNIT_ZERO_ABS if there are no records of any type in the namestore, * or the expiration time of the block in the namestore (even if there are zero * records matching the desired record type) - * @param name name that is being mapped (at most 255 characters long) + * @param rec_name name that is being mapped (at most 255 characters long) * @param rd_count number of entries in 'rd' array * @param rd array of records with data to store * @param signature signature of the record block, NULL if signature is unavailable (i.e. @@ -393,7 +393,7 @@ static void get_existing_record (void *cls, const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *zone_key, struct GNUNET_TIME_Absolute freshness, - const char *name, + const char *rec_name, unsigned int rd_count, const struct GNUNET_NAMESTORE_RecordData *rd, const struct GNUNET_CRYPTO_EccSignature *signature)