aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-09-14 11:24:58 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-09-14 11:24:58 +0000
commit9784a9d890a8ed194059d67494f24b8f327ef2b5 (patch)
treebc74b5dba1a378c6510f45fed2ea31c13c25f1da /src/gns/gnunet-service-gns_interceptor.c
parent5cd01bc84cf0809af357d9fc2ee7b3b4e88178c5 (diff)
downloadgnunet-9784a9d890a8ed194059d67494f24b8f327ef2b5.tar.gz
gnunet-9784a9d890a8ed194059d67494f24b8f327ef2b5.zip
-towards .gads
Diffstat (limited to 'src/gns/gnunet-service-gns_interceptor.c')
-rw-r--r--src/gns/gnunet-service-gns_interceptor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-service-gns_interceptor.c b/src/gns/gnunet-service-gns_interceptor.c
index 34f1f2eb3..0081bc833 100644
--- a/src/gns/gnunet-service-gns_interceptor.c
+++ b/src/gns/gnunet-service-gns_interceptor.c
@@ -313,14 +313,14 @@ handle_dns_request(void *cls,
313 313
314 if (p->num_queries > 1) 314 if (p->num_queries > 1)
315 { 315 {
316 /* Note: We could also look for .gnunet */ 316 /* Note: We could also look for .gads */
317 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 317 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
318 ">1 queriy in DNS packet... odd. We only process #1\n"); 318 ">1 queriy in DNS packet... odd. We only process #1\n");
319 } 319 }
320 320
321 321
322 /** 322 /**
323 * Check for .gnunet/.zkey 323 * Check for .gads/.zkey
324 */ 324 */
325 325
326 if ((is_gnunet_tld(p->queries[0].name) == GNUNET_YES) || 326 if ((is_gnunet_tld(p->queries[0].name) == GNUNET_YES) ||