gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16313 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r16313 - gnunet/src/mesh
Date: Tue, 2 Aug 2011 09:34:44 +0200

Author: toelke
Date: 2011-08-02 09:34:43 +0200 (Tue, 02 Aug 2011)
New Revision: 16313

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
Use the right list at the right time.

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2011-08-02 07:34:40 UTC (rev 16312)
+++ gnunet/src/mesh/mesh_api.c  2011-08-02 07:34:43 UTC (rev 16313)
@@ -385,8 +385,8 @@
         {
           if (ntohs (ports[i]) == tunnel->tunnel.application_type)
             {
-              GNUNET_CONTAINER_DLL_remove (handle->pending_tunnels.head,
-                                           handle->pending_tunnels.tail,
+              GNUNET_CONTAINER_DLL_remove 
(handle->pending_by_type_tunnels.head,
+                                           
handle->pending_by_type_tunnels.tail,
                                            tunnel);
               GNUNET_CONTAINER_DLL_insert_after (handle->established_tunnels.
                                                  head,




reply via email to

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