- fixed broken 19282 commit
authorBart Polot <bart@net.in.tum.de>
Fri, 20 Jan 2012 17:05:32 +0000 (17:05 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 20 Jan 2012 17:05:32 +0000 (17:05 +0000)
src/mesh/mesh_api.c

index 9b63ceca306119a33ddee2056493869bf89d7843..279fb1fe70b76b27fc786647446e345fec1cb011 100644 (file)
@@ -1274,6 +1274,7 @@ GNUNET_MESH_disconnect (struct GNUNET_MESH_Handle *handle)
 {
   struct GNUNET_MESH_Tunnel *t;
   struct GNUNET_MESH_Tunnel *aux;
+  struct GNUNET_MESH_TransmitHandle *th;
 
   t = handle->tunnels_head;
   while (NULL != t)