gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21876 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r21876 - gnunet/src/gns
Date: Mon, 11 Jun 2012 12:34:01 +0200

Author: schanzen
Date: 2012-06-11 12:34:01 +0200 (Mon, 11 Jun 2012)
New Revision: 21876

Modified:
   gnunet/src/gns/gnunet-gns-proxy.c
Log:
-fix

Modified: gnunet/src/gns/gnunet-gns-proxy.c
===================================================================
--- gnunet/src/gns/gnunet-gns-proxy.c   2012-06-11 10:32:43 UTC (rev 21875)
+++ gnunet/src/gns/gnunet-gns-proxy.c   2012-06-11 10:34:01 UTC (rev 21876)
@@ -504,7 +504,7 @@
  *
  * @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 @@
                       ctask);
 
 }
+*/
 
 /**
  * Callback for MHD response
@@ -646,7 +647,7 @@
         /* 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]