From 084348cf917b4c117070f9811d8b9f9786d2d3fc Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 25 Jan 2012 16:41:38 +0000 Subject: [PATCH] - Potential fix for #2104. --- src/mesh/gnunet-service-mesh.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 604ad52a9..cb3812e16 100644 --- 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 of 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; } -- 2.25.1