gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25589 - gnunet/src/mesh
Date: Thu, 20 Dec 2012 16:32:29 +0100

Author: bartpolot
Date: 2012-12-20 16:32:29 +0100 (Thu, 20 Dec 2012)
New Revision: 25589

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
- fix

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2012-12-20 15:29:57 UTC (rev 25588)
+++ gnunet/src/mesh/test_mesh_small.c   2012-12-20 15:32:29 UTC (rev 25589)
@@ -527,10 +527,15 @@
       show_end_data();
     }
     if (test == P2P_SIGNAL)
+    {
       GNUNET_MESH_tunnel_destroy (incoming_t);
+      incoming_t = NULL;
+    }
     else
+    {
       GNUNET_MESH_tunnel_destroy (t);
-    t = NULL;
+      t = NULL;
+    }
   }
 
   if (GNUNET_SCHEDULER_NO_TASK != disconnect_task)




reply via email to

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