aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-25 18:33:53 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-25 18:33:53 +0200
commit3c80f5c7585ab0059c2a0fd41b62681718761ed5 (patch)
tree42479a958adf6126dfac1c83b1dfe614fe8323f2 /src/namestore
parent34dc12c0a43a253857d2711b8fa1d18c18d01367 (diff)
downloadgnunet-3c80f5c7585ab0059c2a0fd41b62681718761ed5.tar.gz
gnunet-3c80f5c7585ab0059c2a0fd41b62681718761ed5.zip
init ns_pending
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-zoneimport.c1
1 files changed, 1 insertions, 0 deletions
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,
1673 (void) args; 1673 (void) args;
1674 (void) cfgfile; 1674 (void) cfgfile;
1675 req_heap = GNUNET_CONTAINER_heap_create (GNUNET_CONTAINER_HEAP_ORDER_MIN); 1675 req_heap = GNUNET_CONTAINER_heap_create (GNUNET_CONTAINER_HEAP_ORDER_MIN);
1676 ns_pending = GNUNET_CONTAINER_multihashmap_create (1024);
1676 ctx = GNUNET_DNSSTUB_start (256); 1677 ctx = GNUNET_DNSSTUB_start (256);
1677 if (NULL == ctx) 1678 if (NULL == ctx)
1678 { 1679 {