gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24349 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r24349 - gnunet/src/transport
Date: Wed, 17 Oct 2012 11:22:38 +0200

Author: wachs
Date: 2012-10-17 11:22:38 +0200 (Wed, 17 Oct 2012)
New Revision: 24349

Modified:
   gnunet/src/transport/test_plugin_transport.c
Log:
fix

Modified: gnunet/src/transport/test_plugin_transport.c
===================================================================
--- gnunet/src/transport/test_plugin_transport.c        2012-10-17 09:05:29 UTC 
(rev 24348)
+++ gnunet/src/transport/test_plugin_transport.c        2012-10-17 09:22:38 UTC 
(rev 24349)
@@ -204,7 +204,7 @@
 
   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;




reply via email to

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