gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19337 - gnunet/src/mesh
Date: Tue, 24 Jan 2012 04:06:29 +0100

Author: bartpolot
Date: 2012-01-24 04:06:29 +0100 (Tue, 24 Jan 2012)
New Revision: 19337

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
- Use a consisten (and correct) way to detect data packets

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2012-01-24 03:03:35 UTC (rev 19336)
+++ gnunet/src/mesh/mesh_api.c  2012-01-24 03:06:29 UTC (rev 19337)
@@ -1139,7 +1139,7 @@
     }
     if (th->timeout_task != GNUNET_SCHEDULER_NO_TASK)
       GNUNET_SCHEDULER_cancel (th->timeout_task);
-    if (NULL != th->tunnel)
+    if (NULL != th->notify)
     {
       th->tunnel->mesh->npackets--;
       th->tunnel->npackets--;




reply via email to

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