projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c48cde3
)
- fixed broken 19282 commit
author
Bart Polot
<bart@net.in.tum.de>
Fri, 20 Jan 2012 17:05:32 +0000
(17:05 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Fri, 20 Jan 2012 17:05:32 +0000
(17:05 +0000)
src/mesh/mesh_api.c
patch
|
blob
|
history
diff --git
a/src/mesh/mesh_api.c
b/src/mesh/mesh_api.c
index 9b63ceca306119a33ddee2056493869bf89d7843..279fb1fe70b76b27fc786647446e345fec1cb011 100644
(file)
--- a/
src/mesh/mesh_api.c
+++ b/
src/mesh/mesh_api.c
@@
-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)