From: Matthias Wachs Date: Wed, 17 Oct 2012 09:22:38 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~11375 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a750bc216e6a1871ee2554c071c32026c497ec9;p=oweals%2Fgnunet.git fix --- diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c index 647a7ad9e..e512716bc 100644 --- a/src/transport/test_plugin_transport.c +++ b/src/transport/test_plugin_transport.c @@ -204,7 +204,7 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) if (pretty_printers_running > 0) { - timeout_endbadly = GNUNET_SCHEDULER_add_delayed(GNUNET_TIME_UNIT_SECONDS, &end_badly, NULL); + timeout_endbadly = GNUNET_SCHEDULER_add_delayed(GNUNET_TIME_UNIT_SECONDS, &end_badly, &ok); GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Have pending calls to pretty_printer ... deferring shutdown\n")); return;