- fix error check
[oweals/gnunet.git] / src / mesh / mesh_tunnel_tree.c
index 287eefc7b2f07a4532e3c6555a0939f20ed12331..a754d9c42c81027543d2ffafa8434333b1ee9655 100644 (file)
@@ -1050,7 +1050,7 @@ tree_debug (struct MeshTunnelTree *t)
  * @return GNUNET_YES if we should continue to iterate, GNUNET_NO if not.
  */
 static int
-iterate_free (void *cls, const GNUNET_HashCode * key, void *value)
+iterate_free (void *cls, const struct GNUNET_HashCode * key, void *value)
 {
   GNUNET_free (value);
   return GNUNET_YES;