From 310d0f559656343c4fd849fa517a054c31b24a4e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 8 Mar 2018 15:50:18 +0100 Subject: misc fixes to gnunet-gns-proxy, in particular avoiding MHD-busy waiting --- src/gns/gnunet-gns.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/gns/gnunet-gns.c') diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c index 771a7dcc8..34f6e2c82 100644 --- a/src/gns/gnunet-gns.c +++ b/src/gns/gnunet-gns.c @@ -49,11 +49,6 @@ static char *lookup_name; */ static char *lookup_type; -/** - * Set to GNUNET_GNS_LO_LOCAL_MASTER if we are looking up in the master zone. - */ -static enum GNUNET_GNS_LocalOptions local_options; - /** * raw output */ @@ -207,7 +202,7 @@ run (void *cls, lr = GNUNET_GNS_lookup_with_tld (gns, lookup_name, rtype, - local_options, + GNUNET_GNS_LO_DEFAULT, &process_lookup_result, lookup_name); if (NULL == lr) -- cgit v1.2.3