gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23603 - gnunet/src/transport
Date: Tue, 4 Sep 2012 12:01:37 +0200

Author: wachs
Date: 2012-09-04 12:01:37 +0200 (Tue, 04 Sep 2012)
New Revision: 23603

Modified:
   gnunet/src/transport/plugin_transport_http_client.c
Log:
fix unload

Modified: gnunet/src/transport/plugin_transport_http_client.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_client.c 2012-09-04 09:58:15 UTC 
(rev 23602)
+++ gnunet/src/transport/plugin_transport_http_client.c 2012-09-04 10:01:37 UTC 
(rev 23603)
@@ -1338,10 +1338,6 @@
   struct Session *pos;
   struct Session *next;
 
-  GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
-                   _("Shutting down plugin `%s'\n"),
-                   plugin->name);
-
   if (NULL == api->cls)
   {
     /* Stub shutdown */
@@ -1349,6 +1345,11 @@
     return NULL;
   }
 
+  GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
+                   _("Shutting down plugin `%s'\n"),
+                   plugin->name);
+
+
   next = plugin->head;
   while (NULL != (pos = next))
   {




reply via email to

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