aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-15 12:57:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-15 12:57:56 +0000
commitf9f029379a162f4fb67bca5f92df4e40725582c5 (patch)
tree14d8c1d142fedecf4f63866b3ea785f6c26a51fe /src/gns/gnunet-service-gns_interceptor.c
parent29b170354c0f50c7efe9ac01353db06dfeeea3f0 (diff)
downloadgnunet-f9f029379a162f4fb67bca5f92df4e40725582c5.tar.gz
gnunet-f9f029379a162f4fb67bca5f92df4e40725582c5.zip
-gads to gnu
Diffstat (limited to 'src/gns/gnunet-service-gns_interceptor.c')
-rw-r--r--src/gns/gnunet-service-gns_interceptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-service-gns_interceptor.c b/src/gns/gnunet-service-gns_interceptor.c
index 6097c8611..677350735 100644
--- a/src/gns/gnunet-service-gns_interceptor.c
+++ b/src/gns/gnunet-service-gns_interceptor.c
@@ -253,7 +253,7 @@ handle_dns_request (void *cls,
253 } 253 }
254 254
255 /* Check for GNS TLDs. */ 255 /* Check for GNS TLDs. */
256 if ( (GNUNET_YES == is_gads_tld (p->queries[0].name)) || 256 if ( (GNUNET_YES == is_gnu_tld (p->queries[0].name)) ||
257 (GNUNET_YES == is_zkey_tld (p->queries[0].name)) || 257 (GNUNET_YES == is_zkey_tld (p->queries[0].name)) ||
258 (0 == strcmp (p->queries[0].name, GNUNET_GNS_TLD)) ) 258 (0 == strcmp (p->queries[0].name, GNUNET_GNS_TLD)) )
259 { 259 {