projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0161e3
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Tue, 9 Aug 2011 08:29:44 +0000
(08:29 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 9 Aug 2011 08:29:44 +0000
(08:29 +0000)
src/mesh/gnunet-service-mesh.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh.c
b/src/mesh/gnunet-service-mesh.c
index b8846934f9e4271449a118f0bb5b94c1b3270245..cbb8e40fa568e4b07c383c55548ff871f5bf85b3 100644
(file)
--- a/
src/mesh/gnunet-service-mesh.c
+++ b/
src/mesh/gnunet-service-mesh.c
@@
-2558,7
+2558,7
@@
handle_local_unicast (void *cls,
struct GNUNET_MESH_Unicast copy;
memcpy(©, data_msg, sizeof(struct GNUNET_MESH_Unicast));
- handle_mesh_data_unicast(NULL, NULL,
copy
, NULL);
+ handle_mesh_data_unicast(NULL, NULL,
©.header
, NULL);
return;
}
GNUNET_PEER_resolve(get_first_hop(pi->path), &next_hop);