From: Martin Schanzenbach Date: Mon, 9 Jul 2012 12:18:36 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~12572 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b19a72414f039bc1dd2b7a8206059ca962c8cf1b;p=oweals%2Fgnunet.git -fix --- diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index 7f6a93b8b..63e94a6ff 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -905,6 +905,7 @@ mhd_content_cb (void *cls, "New tag: %s\n", ctask->pp_buf); ctask->is_postprocessing = GNUNET_YES; ctask->pp_finished = GNUNET_YES; + GNUNET_SCHEDULER_add_now (&run_mhd, ctask->mhd); return 0; } goto copy_data;