aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-30 14:12:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-30 14:12:44 +0000
commita93b33d6b2caa662d4f97ce8066512500a2c9986 (patch)
tree4f928194bb35986981cb392b156d996eb8cfea8b /src/gns/gnunet-service-gns_interceptor.c
parentf4b7eb1607fc0f7a03088a1da028c0b8e7ef3633 (diff)
downloadgnunet-a93b33d6b2caa662d4f97ce8066512500a2c9986.tar.gz
gnunet-a93b33d6b2caa662d4f97ce8066512500a2c9986.zip
-some gns code cleanup, still a mess
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 9c1c3a666..828efc39e 100644
--- a/src/gns/gnunet-service-gns_interceptor.c
+++ b/src/gns/gnunet-service-gns_interceptor.c
@@ -312,7 +312,7 @@ handle_dns_request (void *cls,
312 * Check for .gads/.zkey 312 * Check for .gads/.zkey
313 */ 313 */
314 314
315 if ((is_gnunet_tld(p->queries[0].name) == GNUNET_YES) || 315 if ((is_gads_tld(p->queries[0].name) == GNUNET_YES) ||
316 (is_zkey_tld(p->queries[0].name) == GNUNET_YES) || 316 (is_zkey_tld(p->queries[0].name) == GNUNET_YES) ||
317 (strcmp(p->queries[0].name, GNUNET_GNS_TLD) == 0)) 317 (strcmp(p->queries[0].name, GNUNET_GNS_TLD) == 0))
318 { 318 {