gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19396 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r19396 - gnunet/src/mesh
Date: Wed, 25 Jan 2012 17:41:38 +0100

Author: bartpolot
Date: 2012-01-25 17:41:38 +0100 (Wed, 25 Jan 2012)
New Revision: 19396

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
- Potential fix for #2104.

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-01-25 15:09:34 UTC (rev 
19395)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-01-25 16:41:38 UTC (rev 
19396)
@@ -966,7 +966,7 @@
 
 
 /**
- * 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 @@
                                                            
&my_full_id.hashPubKey,
                                                            t));
     }
-    t->local_tid_dest = 0;
     GNUNET_SERVER_receive_done (client, GNUNET_OK);
     return;
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]