init ns_pending
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 Apr 2018 16:34:06 +0000 (18:34 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 Apr 2018 16:34:06 +0000 (18:34 +0200)
src/namestore/gnunet-zoneimport.c

index 47662df1a0e9bde0870e34b651cccead47a04999..356e740f14aad304e55248a6c774500e2db8e030 100644 (file)
@@ -1673,7 +1673,8 @@ run (void *cls,
   (void) args;
   (void) cfgfile;
   req_heap = GNUNET_CONTAINER_heap_create (GNUNET_CONTAINER_HEAP_ORDER_MIN);
-  ns_pending = GNUNET_CONTAINER_multihashmap_create (1024);
+  ns_pending = GNUNET_CONTAINER_multihashmap_create (1024,
+                                                     GNUNET_NO);
   ctx = GNUNET_DNSSTUB_start (256);
   if (NULL == ctx)
   {