aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gns/gnunet-service-gns_resolver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 8e8629c4d..35b414e79 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -635,6 +635,8 @@ gns_resolver_init(struct GNUNET_NAMESTORE_Handle *nh,
635 GNUNET_CONTAINER_heap_create(GNUNET_CONTAINER_HEAP_ORDER_MIN); 635 GNUNET_CONTAINER_heap_create(GNUNET_CONTAINER_HEAP_ORDER_MIN);
636 max_allowed_background_queries = max_bg_queries; 636 max_allowed_background_queries = max_bg_queries;
637 ignore_pending_records = ignore_pending; 637 ignore_pending_records = ignore_pending;
638
639 GNUNET_RESOLVER_connect (cfg);
638 640
639 if (NULL == vpn_handle) 641 if (NULL == vpn_handle)
640 { 642 {