aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_tunnel_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_tunnel_tree.c')
-rw-r--r--src/mesh/mesh_tunnel_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_tunnel_tree.c b/src/mesh/mesh_tunnel_tree.c
index 287eefc7b..a754d9c42 100644
--- a/src/mesh/mesh_tunnel_tree.c
+++ b/src/mesh/mesh_tunnel_tree.c
@@ -1050,7 +1050,7 @@ tree_debug (struct MeshTunnelTree *t)
1050 * @return GNUNET_YES if we should continue to iterate, GNUNET_NO if not. 1050 * @return GNUNET_YES if we should continue to iterate, GNUNET_NO if not.
1051 */ 1051 */
1052static int 1052static int
1053iterate_free (void *cls, const GNUNET_HashCode * key, void *value) 1053iterate_free (void *cls, const struct GNUNET_HashCode * key, void *value)
1054{ 1054{
1055 GNUNET_free (value); 1055 GNUNET_free (value);
1056 return GNUNET_YES; 1056 return GNUNET_YES;