gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24388 - gnunet/src/transport
Date: Thu, 18 Oct 2012 09:27:06 +0200

Author: grothoff
Date: 2012-10-18 09:27:06 +0200 (Thu, 18 Oct 2012)
New Revision: 24388

Modified:
   gnunet/src/transport/plugin_transport_unix.c
Log:
-dce

Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2012-10-17 21:28:21 UTC 
(rev 24387)
+++ gnunet/src/transport/plugin_transport_unix.c        2012-10-18 07:27:06 UTC 
(rev 24388)
@@ -437,9 +437,8 @@
 unix_transport_server_stop (void *cls)
 {
   struct Plugin *plugin = cls;
+  struct UNIXMessageWrapper * msgw;
 
-  struct UNIXMessageWrapper * msgw = plugin->msg_head;
-
   while (NULL != (msgw = plugin->msg_head))
   {
     GNUNET_CONTAINER_DLL_remove (plugin->msg_head, plugin->msg_tail, msgw);




reply via email to

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