gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22994 - gnunet/src/mesh
Date: Mon, 30 Jul 2012 17:53:02 +0200

Author: bartpolot
Date: 2012-07-30 17:53:02 +0200 (Mon, 30 Jul 2012)
New Revision: 22994

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
- timeout fix by harsha

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2012-07-30 15:29:13 UTC (rev 22993)
+++ gnunet/src/mesh/mesh_api.c  2012-07-30 15:53:02 UTC (rev 22994)
@@ -600,9 +600,9 @@
 
   mesh = th->tunnel->mesh;
   GNUNET_CONTAINER_DLL_remove (mesh->th_head, mesh->th_tail, th);
+  th->tunnel->packet_size = 0;
   if (GNUNET_YES == th_is_payload (th))
     th->notify (th->notify_cls, 0, NULL);
-  th->tunnel->packet_size = 0;
   GNUNET_free (th);
   if ((NULL == mesh->th_head) && (NULL != mesh->th))
   {




reply via email to

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