aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-zoneimport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-zoneimport.c')
-rw-r--r--src/namestore/gnunet-zoneimport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c
index 47662df1a..356e740f1 100644
--- a/src/namestore/gnunet-zoneimport.c
+++ b/src/namestore/gnunet-zoneimport.c
@@ -1673,7 +1673,8 @@ 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 ns_pending = GNUNET_CONTAINER_multihashmap_create (1024,
1677 GNUNET_NO);
1677 ctx = GNUNET_DNSSTUB_start (256); 1678 ctx = GNUNET_DNSSTUB_start (256);
1678 if (NULL == ctx) 1679 if (NULL == ctx)
1679 { 1680 {