diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-04-25 18:33:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-04-25 18:33:53 +0200 |
commit | 3c80f5c7585ab0059c2a0fd41b62681718761ed5 (patch) | |
tree | 42479a958adf6126dfac1c83b1dfe614fe8323f2 /src/namestore | |
parent | 34dc12c0a43a253857d2711b8fa1d18c18d01367 (diff) |
init ns_pending
Diffstat (limited to 'src/namestore')
-rw-r--r-- | src/namestore/gnunet-zoneimport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c index 097f345328..47662df1a0 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) { |