aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.c')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 846b4db5b..17e45bbf8 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -178,7 +178,7 @@ is_srv (char* name)
178/** 178/**
179 * Determine if this name is canonical. 179 * Determine if this name is canonical.
180 * i.e. 180 * i.e.
181 * a.b.gnunet = not canonical 181 * a.b.gads = not canonical
182 * a = canonical 182 * a = canonical
183 * 183 *
184 * @param name the name to test 184 * @param name the name to test
@@ -2121,7 +2121,7 @@ process_pkey_revocation_result_ns (void *cls,
2121 { 2121 {
2122 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, 2122 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG,
2123 "GNS_PHASE_DELEGATE_REV-%llu: Starting background lookup for %s type %d\n", 2123 "GNS_PHASE_DELEGATE_REV-%llu: Starting background lookup for %s type %d\n",
2124 rh->id, "+.gnunet", GNUNET_GNS_RECORD_REV); 2124 rh->id, "+.gads", GNUNET_GNS_RECORD_REV);
2125 2125
2126 gns_resolver_lookup_record(rh->authority, 2126 gns_resolver_lookup_record(rh->authority,
2127 rh->private_local_zone, 2127 rh->private_local_zone,
@@ -3645,7 +3645,7 @@ process_zone_to_name_shorten_shorten (void *cls,
3645 nsh->shorten_zone) == 0) 3645 nsh->shorten_zone) == 0)
3646 { 3646 {
3647 /** 3647 /**
3648 * This is our zone append .gnunet unless name is empty 3648 * This is our zone append .gads unless name is empty
3649 * (it shouldn't be, usually FIXME what happens if we 3649 * (it shouldn't be, usually FIXME what happens if we
3650 * shorten to our zone to a "" record??) 3650 * shorten to our zone to a "" record??)
3651 */ 3651 */
@@ -3752,7 +3752,7 @@ process_zone_to_name_shorten_private (void *cls,
3752 nsh->private_zone) == 0) 3752 nsh->private_zone) == 0)
3753 { 3753 {
3754 /** 3754 /**
3755 * This is our zone append .gnunet unless name is empty 3755 * This is our zone append .gads unless name is empty
3756 * (it shouldn't be, usually FIXME what happens if we 3756 * (it shouldn't be, usually FIXME what happens if we
3757 * shorten to our zone to a "" record??) 3757 * shorten to our zone to a "" record??)
3758 */ 3758 */
@@ -3863,7 +3863,7 @@ process_zone_to_name_shorten_root (void *cls,
3863 nsh->root_zone) == 0) 3863 nsh->root_zone) == 0)
3864 { 3864 {
3865 /** 3865 /**
3866 * This is our zone append .gnunet unless name is empty 3866 * This is our zone append .gads unless name is empty
3867 * (it shouldn't be, usually FIXME what happens if we 3867 * (it shouldn't be, usually FIXME what happens if we
3868 * shorten to our zone to a "" record??) 3868 * shorten to our zone to a "" record??)
3869 */ 3869 */
@@ -3964,7 +3964,7 @@ handle_delegation_ns_shorten (void* cls,
3964 nsh->root_zone) == 0) 3964 nsh->root_zone) == 0)
3965 { 3965 {
3966 /** 3966 /**
3967 * This is our zone append .gnunet unless name is empty 3967 * This is our zone append .gads unless name is empty
3968 * (it shouldn't be, usually FIXME what happens if we 3968 * (it shouldn't be, usually FIXME what happens if we
3969 * shorten to our zone to a "" record??) 3969 * shorten to our zone to a "" record??)
3970 */ 3970 */
@@ -3980,7 +3980,7 @@ handle_delegation_ns_shorten (void* cls,
3980 else if (NULL != nsh->private_zone) 3980 else if (NULL != nsh->private_zone)
3981 { 3981 {
3982 /** 3982 /**
3983 * This is our zone append .gnunet unless name is empty 3983 * This is our zone append .gads unless name is empty
3984 * (it shouldn't be, usually FIXME what happens if we 3984 * (it shouldn't be, usually FIXME what happens if we
3985 * shorten to our zone to a "" record??) 3985 * shorten to our zone to a "" record??)
3986 */ 3986 */
@@ -4001,7 +4001,7 @@ handle_delegation_ns_shorten (void* cls,
4001 else if (NULL != nsh->shorten_zone) 4001 else if (NULL != nsh->shorten_zone)
4002 { 4002 {
4003 /** 4003 /**
4004 * This is our zone append .gnunet unless name is empty 4004 * This is our zone append .gads unless name is empty
4005 * (it shouldn't be, usually FIXME what happens if we 4005 * (it shouldn't be, usually FIXME what happens if we
4006 * shorten to our zone to a "" record??) 4006 * shorten to our zone to a "" record??)
4007 */ 4007 */