X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmesh%2Fgnunet-service-mesh_local.c;h=8970571a4e48d8a2f4ab84f1911564fd97a55cbd;hb=1fdcd4fa20f76fa8266e77567d12ce4b627c3d71;hp=84adb7d0e6692405c84b430704be6d9b30733b17;hpb=aad8fa6aece707ebc88ca3d5b5345fa106813815;p=oweals%2Fgnunet.git diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c index 84adb7d0e..8970571a4 100644 --- a/src/mesh/gnunet-service-mesh_local.c +++ b/src/mesh/gnunet-service-mesh_local.c @@ -805,7 +805,7 @@ handle_show_tunnel (void *cls, struct GNUNET_SERVER_Client *client, c_n = GMT_count_connections (t); size = sizeof (struct GNUNET_MESH_LocalInfoTunnel); - size += c_n * sizeof (struct GNUNET_HashCode); + size += c_n * sizeof (struct GNUNET_MeshHash); size += ch_n * sizeof (MESH_ChannelNumber); resp = GNUNET_malloc (size);