aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-08 15:50:18 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-08 15:50:18 +0100
commit310d0f559656343c4fd849fa517a054c31b24a4e (patch)
tree7c4d3c9a1adc9e1163a4f603e2b72cb744b877e9 /src/gns/gnunet-gns.c
parent0fa813ec6c9083a9b689181daccdf1d8a0228ca7 (diff)
downloadgnunet-310d0f559656343c4fd849fa517a054c31b24a4e.tar.gz
gnunet-310d0f559656343c4fd849fa517a054c31b24a4e.zip
misc fixes to gnunet-gns-proxy, in particular avoiding MHD-busy waiting
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c7
1 files changed, 1 insertions, 6 deletions
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
@@ -50,11 +50,6 @@ static char *lookup_name;
50static char *lookup_type; 50static char *lookup_type;
51 51
52/** 52/**
53 * Set to GNUNET_GNS_LO_LOCAL_MASTER if we are looking up in the master zone.
54 */
55static enum GNUNET_GNS_LocalOptions local_options;
56
57/**
58 * raw output 53 * raw output
59 */ 54 */
60static int raw; 55static int raw;
@@ -207,7 +202,7 @@ run (void *cls,
207 lr = GNUNET_GNS_lookup_with_tld (gns, 202 lr = GNUNET_GNS_lookup_with_tld (gns,
208 lookup_name, 203 lookup_name,
209 rtype, 204 rtype,
210 local_options, 205 GNUNET_GNS_LO_DEFAULT,
211 &process_lookup_result, 206 &process_lookup_result,
212 lookup_name); 207 lookup_name);
213 if (NULL == lr) 208 if (NULL == lr)