From 02b8a113a9f6ef38b567cbfe52fc70c6a61437a7 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 15 Apr 2011 11:36:35 +0000 Subject: Fixed compile error --- src/mesh/gnunet-service-mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesh') diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 6e94fbb5a..1bc740512 100644 --- 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; -- cgit v1.2.3