From: Bart Polot Date: Fri, 15 Apr 2011 11:36:35 +0000 (+0000) Subject: Fixed compile error X-Git-Tag: initial-import-from-subversion-38251~18683 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=02b8a113a9f6ef38b567cbfe52fc70c6a61437a7;p=oweals%2Fgnunet.git Fixed compile error --- 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;