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:
49e84a0
)
- Potential fix for #2104.
author
Bart Polot
<bart@net.in.tum.de>
Wed, 25 Jan 2012 16:41:38 +0000
(16:41 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Wed, 25 Jan 2012 16:41:38 +0000
(16:41 +0000)
src/mesh/gnunet-service-mesh.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh.c
b/src/mesh/gnunet-service-mesh.c
index 604ad52a980f6f4b9c7f7c62e56469c3c54560bf..cb3812e163563676662fb5220bc1959b43697927 100644
(file)
--- a/
src/mesh/gnunet-service-mesh.c
+++ b/
src/mesh/gnunet-service-mesh.c
@@
-966,7
+966,7
@@
send_clients_tunnel_destroy (struct MeshTunnel *t)
/**
- * Notify clients f tunnel disconnections, if needed.
+ * Notify clients
o
f tunnel disconnections, if needed.
* In case the origin disconnects, the destination clients get a tunnel destroy
* notification. If the last destination disconnects (only one remaining client
* in tunnel), the origin gets a (local ID) peer disconnected.
@@
-3907,7
+3907,6
@@
handle_local_tunnel_destroy (void *cls, struct GNUNET_SERVER_Client *client,
&my_full_id.hashPubKey,
t));
}
- t->local_tid_dest = 0;
GNUNET_SERVER_receive_done (client, GNUNET_OK);
return;
}