From: Bart Polot Date: Fri, 30 Aug 2013 05:45:17 +0000 (+0000) Subject: - initialize all fields X-Git-Tag: initial-import-from-subversion-38251~7597 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=77701c15c369d5812b21c21b976db47985232776;p=oweals%2Fgnunet.git - initialize all fields --- diff --git a/src/mesh/gnunet-service-mesh-enc.c b/src/mesh/gnunet-service-mesh-enc.c index 0bb1a9712..3db6d89c8 100644 --- a/src/mesh/gnunet-service-mesh-enc.c +++ b/src/mesh/gnunet-service-mesh-enc.c @@ -2140,6 +2140,7 @@ send_core_connection_ack (struct MeshConnection *c, size_t size, void *buf) msg->header.size = htons (sizeof (struct GNUNET_MESH_ConnectionACK)); msg->header.type = htons (GNUNET_MESSAGE_TYPE_MESH_CONNECTION_ACK); msg->cid = c->id; + msg->reserved = 0; /* TODO add signature */