diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-04-25 18:34:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-04-25 18:34:06 +0200 |
commit | 5c1d0aa2db08d35e46dbc61ad75b0f6e941248c0 (patch) | |
tree | 978b4e085986b96355a6e559a27b785f8c6217ce | |
parent | 3c80f5c7585ab0059c2a0fd41b62681718761ed5 (diff) |
init ns_pending
-rw-r--r-- | src/namestore/gnunet-zoneimport.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c index 47662df1a0..356e740f14 100644 --- a/src/namestore/gnunet-zoneimport.c +++ b/src/namestore/gnunet-zoneimport.c @@ -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) { |