gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r11258 - gnunet/src/transport
Date: Fri, 7 May 2010 16:29:13 +0200

Author: wachs
Date: 2010-05-07 16:29:13 +0200 (Fri, 07 May 2010)
New Revision: 11258

Modified:
   gnunet/src/transport/test_plugin_transport_http.c
Log:


Modified: gnunet/src/transport/test_plugin_transport_http.c
===================================================================
--- gnunet/src/transport/test_plugin_transport_http.c   2010-05-07 13:08:23 UTC 
(rev 11257)
+++ gnunet/src/transport/test_plugin_transport_http.c   2010-05-07 14:29:13 UTC 
(rev 11258)
@@ -162,6 +162,7 @@
 
   GNUNET_assert (NULL == GNUNET_PLUGIN_unload 
("libgnunet_plugin_transport_http", api));
   GNUNET_SCHEDULER_shutdown(sched);
+  fail = GNUNET_NO;
   return;
 }
 
@@ -352,6 +353,8 @@
     GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "Failed to kill statistics 
service");
     fail = GNUNET_YES;
   }
+  if (GNUNET_OS_process_wait(pid) != GNUNET_OK)
+    GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "waitpid");
   GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Killed statistics service\n");
   return fail;
 }





reply via email to

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