- Potential fix for #2104.
authorBart Polot <bart@net.in.tum.de>
Wed, 25 Jan 2012 16:41:38 +0000 (16:41 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 25 Jan 2012 16:41:38 +0000 (16:41 +0000)
src/mesh/gnunet-service-mesh.c

index 604ad52a980f6f4b9c7f7c62e56469c3c54560bf..cb3812e163563676662fb5220bc1959b43697927 100644 (file)
@@ -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;
   }