From: Christian Grothoff Date: Wed, 25 Apr 2018 16:33:53 +0000 (+0200) Subject: init ns_pending X-Git-Tag: v0.11.0pre66~93^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c80f5c7585ab0059c2a0fd41b62681718761ed5;p=oweals%2Fgnunet.git init ns_pending --- diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c index 097f34532..47662df1a 100644 --- a/src/namestore/gnunet-zoneimport.c +++ b/src/namestore/gnunet-zoneimport.c @@ -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) {