fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 9 Oct 2009 05:37:20 +0000 (05:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 9 Oct 2009 05:37:20 +0000 (05:37 +0000)
src/util/container_meta_data.c

index 5ae3b15cfc15273f0c3c1c60ccf2e53be6e90a8f..5c70f95ffc19b96b7a1fe8fbe773473a5ad69f6e 100644 (file)
@@ -194,7 +194,7 @@ GNUNET_CONTAINER_meta_data_get_contents (const struct
     {
       if (!EXTRACTOR_isBinaryType (md->items[i].type))
         {
-          if ((iterator != NULL) &&
+          if ((iter != NULL) &&
               (GNUNET_OK != iter (iter_cls,
                                  md->items[i].type,
                                  md->items[i].data)))