aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-09 08:29:44 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-09 08:29:44 +0000
commit0ddd9f461fec75570186bd8fb7c239307dce7269 (patch)
treedff0ed70fe8044523d93880aea0b40d806edafaa /src/mesh/gnunet-service-mesh.c
parentf0161e3832d1a99c559f647e27c8ff073b88b13c (diff)
downloadgnunet-0ddd9f461fec75570186bd8fb7c239307dce7269.tar.gz
gnunet-0ddd9f461fec75570186bd8fb7c239307dce7269.zip
fix
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);