aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.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_resolver.c
parent29b170354c0f50c7efe9ac01353db06dfeeea3f0 (diff)
downloadgnunet-f9f029379a162f4fb67bca5f92df4e40725582c5.tar.gz
gnunet-f9f029379a162f4fb67bca5f92df4e40725582c5.zip
-gads to gnu
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.c')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 327986415..d357a1312 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -489,7 +489,7 @@ is_srv (const char *name)
489 * even though they consist of multiple labels. 489 * even though they consist of multiple labels.
490 * 490 *
491 * Examples: 491 * Examples:
492 * a.b.gads = not canonical 492 * a.b.gnu = not canonical
493 * a = canonical 493 * a = canonical
494 * _foo._srv = canonical 494 * _foo._srv = canonical
495 * _f.bar = not canonical 495 * _f.bar = not canonical
@@ -1455,7 +1455,7 @@ process_pkey_revocation_result_ns (void *cls,
1455 { 1455 {
1456 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, 1456 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG,
1457 "GNS_PHASE_DELEGATE_REV-%llu: Starting background lookup for %s type %d\n", 1457 "GNS_PHASE_DELEGATE_REV-%llu: Starting background lookup for %s type %d\n",
1458 rh->id, "+.gads", GNUNET_NAMESTORE_TYPE_REV); 1458 rh->id, "+.gnu", GNUNET_NAMESTORE_TYPE_REV);
1459 1459
1460 gns_resolver_lookup_record(rh->authority, 1460 gns_resolver_lookup_record(rh->authority,
1461 rh->private_local_zone, 1461 rh->private_local_zone,
@@ -3199,7 +3199,7 @@ GNS_resolver_lookup (const struct GNUNET_CRYPTO_EccPublicKey *zone,
3199 3199
3200 if ( ( (GNUNET_YES == is_canonical (name)) && 3200 if ( ( (GNUNET_YES == is_canonical (name)) &&
3201 (0 != strcmp (GNUNET_GNS_TLD, name)) ) || 3201 (0 != strcmp (GNUNET_GNS_TLD, name)) ) ||
3202 ( (GNUNET_YES != is_gads_tld (name)) && 3202 ( (GNUNET_YES != is_gnu_tld (name)) &&
3203 (GNUNET_YES != is_zkey_tld (name)) ) ) 3203 (GNUNET_YES != is_zkey_tld (name)) ) )
3204 { 3204 {
3205 /* use standard DNS lookup */ 3205 /* use standard DNS lookup */