diff options
author | schanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-11 10:34:01 +0000 |
---|---|---|
committer | schanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-11 10:34:01 +0000 |
commit | b921d6e2cbbff37999e3f363b24f9889fad6a997 (patch) | |
tree | 75cfc3c9d24f7bfdeb1b2590f39a4e754231aaee | |
parent | 3228f7c4b9a825ae80b9aa7a601ca61205dae999 (diff) |
-fix
git-svn-id: https://gnunet.org/svn/gnunet@21876 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/gns/gnunet-gns-proxy.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index 52f47dad27..ad2d3a969f 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -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; |