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

index 097f345328aec901946ee109b71d1d7044b4a8ac..47662df1a0e9bde0870e34b651cccead47a04999 100644 (file)
@@ -1673,6 +1673,7 @@ 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);
   ctx = GNUNET_DNSSTUB_start (256);
   if (NULL == ctx)
   {