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:
cdbead6
)
Fixed compile error
author
Bart Polot
<bart@net.in.tum.de>
Fri, 15 Apr 2011 11:36:35 +0000
(11:36 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Fri, 15 Apr 2011 11:36:35 +0000
(11:36 +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 6e94fbb5a4545efc461d2bc0fcdea4ea9c61f21e..1bc7405122dfd6fe9f7a51294b1e5f6b4e9a8527 100644
(file)
--- a/
src/mesh/gnunet-service-mesh.c
+++ b/
src/mesh/gnunet-service-mesh.c
@@
-671,7
+671,7
@@
handle_local_tunnel_create (void *cls,
}
}
/* FIXME: calloc? is NULL != 0 on any platform? */
- t = GNUNET_malloc(sizeof(MESH_tunnel));
+ t = GNUNET_malloc(sizeof(
struct
MESH_tunnel));
t->tid = ntohl(tunnel_msg->tunnel_id);
/* FIXME: t->oid = selfid;*/
t->peers_ready = 0;