aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh.c3
1 files changed, 1 insertions, 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)
966 966
967 967
968/** 968/**
969 * Notify clients f tunnel disconnections, if needed. 969 * Notify clients of tunnel disconnections, if needed.
970 * In case the origin disconnects, the destination clients get a tunnel destroy 970 * In case the origin disconnects, the destination clients get a tunnel destroy
971 * notification. If the last destination disconnects (only one remaining client 971 * notification. If the last destination disconnects (only one remaining client
972 * in tunnel), the origin gets a (local ID) peer disconnected. 972 * 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,
3907 &my_full_id.hashPubKey, 3907 &my_full_id.hashPubKey,
3908 t)); 3908 t));
3909 } 3909 }
3910 t->local_tid_dest = 0;
3911 GNUNET_SERVER_receive_done (client, GNUNET_OK); 3910 GNUNET_SERVER_receive_done (client, GNUNET_OK);
3912 return; 3911 return;
3913 } 3912 }