gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

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

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




reply via email to

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