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 f539312cf..053449fbe 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -315,7 +315,7 @@ core_receive (void *cls,
315 } 315 }
316 316
317 return handler->callback (handle->cls, &tunnel->tunnel, 317 return handler->callback (handle->cls, &tunnel->tunnel,
318 &tunnel->tunnel.ctx, rmessage, atsi); 318 &tunnel->tunnel.ctx, other, rmessage, atsi);
319} 319}
320 320
321 321