aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 48d8251ba..c45017ae0 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -1139,7 +1139,7 @@ send_callback (void *cls, size_t size, void *buf)
1139 } 1139 }
1140 if (th->timeout_task != GNUNET_SCHEDULER_NO_TASK) 1140 if (th->timeout_task != GNUNET_SCHEDULER_NO_TASK)
1141 GNUNET_SCHEDULER_cancel (th->timeout_task); 1141 GNUNET_SCHEDULER_cancel (th->timeout_task);
1142 if (NULL != th->tunnel) 1142 if (NULL != th->notify)
1143 { 1143 {
1144 th->tunnel->mesh->npackets--; 1144 th->tunnel->mesh->npackets--;
1145 th->tunnel->npackets--; 1145 th->tunnel->npackets--;