aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index b8846934f..cbb8e40fa 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -2558,7 +2558,7 @@ handle_local_unicast (void *cls,
2558 struct GNUNET_MESH_Unicast copy; 2558 struct GNUNET_MESH_Unicast copy;
2559 memcpy(&copy, data_msg, sizeof(struct GNUNET_MESH_Unicast)); 2559 memcpy(&copy, data_msg, sizeof(struct GNUNET_MESH_Unicast));
2560 2560
2561 handle_mesh_data_unicast(NULL, NULL, copy, NULL); 2561 handle_mesh_data_unicast(NULL, NULL, &copy.header, NULL);
2562 return; 2562 return;
2563 } 2563 }
2564 GNUNET_PEER_resolve(get_first_hop(pi->path), &next_hop); 2564 GNUNET_PEER_resolve(get_first_hop(pi->path), &next_hop);