-fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 11 Jul 2013 15:19:09 +0000 (15:19 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 11 Jul 2013 15:19:09 +0000 (15:19 +0000)
src/namestore/gnunet-namestore.c

index 6a66b13190e36b8e8ba9d28b6a14100072c10f3c..9f7eb7ed073774b52d6c0c3b0f04860ce15f0df0 100644 (file)
@@ -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)