aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
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)