use NULL as flag for evaluation of query, ensure we pass non-NULL for reply_block...
[oweals/gnunet.git] / src / util / test_container_dll.c
index 8ad08423a1b9b60086b01f6ebc5a180fa13c5fc3..4d2830807fe1abbf79112f2fb3d66b95f1caba89 100644 (file)
@@ -71,11 +71,8 @@ cmp_elem (void *cls,
 int
 main (int argc, char **argv)
 {
-  unsigned int values2[] = {
-    4, 5, 8, 6, 9, 3, 7, 2, 6, 1, 0
-  };
   unsigned int values[] = {
-    1, 3, 2, 0
+    4, 5, 8, 6, 9, 3, 7, 2, 1, 0
   };
   struct Element *head = NULL;
   struct Element *tail = NULL;