-fix
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Mon, 11 Jun 2012 10:34:01 +0000 (10:34 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Mon, 11 Jun 2012 10:34:01 +0000 (10:34 +0000)
src/gns/gnunet-gns-proxy.c

index 52f47dad27c7999f0e771f3fdd8d1932283adf72..ad2d3a969fe832db1f58f9be6cf21b6b36cdc72c 100644 (file)
@@ -504,7 +504,7 @@ process_shorten (void* cls, const char* short_name)
  *
  * @param cls the proxycurltask
  * @param tc the task context
- */
+ *
 static void
 postprocess_name (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
@@ -519,6 +519,7 @@ postprocess_name (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
                       ctask);
 
 }
+*/
 
 /**
  * Callback for MHD response
@@ -646,7 +647,7 @@ mhd_content_cb (void *cls,
         /* If .zkey simply copy the name */
         else
         {
-          memcpy (ctask->pp_buf, hostptr, (m[1].rm_eo-m[1].rm_so + strlen (GNUNET_TLD_ZKEY)));
+          memcpy (ctask->pp_buf, hostptr, (m[1].rm_eo-m[1].rm_so + strlen (GNUNET_GNS_TLD_ZKEY)));
         }
 
         ctask->is_postprocessing = GNUNET_YES;