aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-18 07:27:06 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-18 07:27:06 +0000
commit75a1cc34ee9c8820f0ddf36c782fbca048af7582 (patch)
treeaeeb47a2a4e3b05848e63a344d3e8ebc77d2808b /src/transport/plugin_transport_unix.c
parent93e86fd2dee7e8aff02dc41d22712b3a9d2014ff (diff)
downloadgnunet-75a1cc34ee9c8820f0ddf36c782fbca048af7582.tar.gz
gnunet-75a1cc34ee9c8820f0ddf36c782fbca048af7582.zip
-dce
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index af9d2e9ac..a5f4f609b 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -437,8 +437,7 @@ static int
437unix_transport_server_stop (void *cls) 437unix_transport_server_stop (void *cls)
438{ 438{
439 struct Plugin *plugin = cls; 439 struct Plugin *plugin = cls;
440 440 struct UNIXMessageWrapper * msgw;
441 struct UNIXMessageWrapper * msgw = plugin->msg_head;
442 441
443 while (NULL != (msgw = plugin->msg_head)) 442 while (NULL != (msgw = plugin->msg_head))
444 { 443 {