gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17876 - gnunet/src/vpn


From: gnunet
Subject: [GNUnet-SVN] r17876 - gnunet/src/vpn
Date: Mon, 31 Oct 2011 12:51:40 +0100

Author: grothoff
Date: 2011-10-31 12:51:40 +0100 (Mon, 31 Oct 2011)
New Revision: 17876

Modified:
   gnunet/src/vpn/gnunet-daemon-exit.c
Log:
fix

Modified: gnunet/src/vpn/gnunet-daemon-exit.c
===================================================================
--- gnunet/src/vpn/gnunet-daemon-exit.c 2011-10-31 11:51:02 UTC (rev 17875)
+++ gnunet/src/vpn/gnunet-daemon-exit.c 2011-10-31 11:51:40 UTC (rev 17876)
@@ -280,10 +280,8 @@
   if (NULL != s->head)
   {
     struct tunnel_notify_queue *element = s->head;
-    struct tunnel_notify_queue *head = s->head;
-    struct tunnel_notify_queue *tail = s->tail;
 
-    GNUNET_CONTAINER_DLL_remove (head, tail, element);
+    GNUNET_CONTAINER_DLL_remove (s->head, s->tail, element);
 
     s->th =
         GNUNET_MESH_notify_transmit_ready (*tunnel,




reply via email to

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