aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-service-gns.c')
-rw-r--r--src/gns/gnunet-service-gns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-service-gns.c b/src/gns/gnunet-service-gns.c
index dc22efdab..79c453406 100644
--- a/src/gns/gnunet-service-gns.c
+++ b/src/gns/gnunet-service-gns.c
@@ -815,7 +815,7 @@ handle_shorten (void *cls,
815 GNUNET_CONTAINER_DLL_insert (csh_head, csh_tail, csh); 815 GNUNET_CONTAINER_DLL_insert (csh_head, csh_tail, csh);
816 GNUNET_STRINGS_utf8_tolower (utf_in, &nameptr); 816 GNUNET_STRINGS_utf8_tolower (utf_in, &nameptr);
817 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, 817 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG,
818 "SHORTEN: Converted `%s' to `%s'\n", 818 "SHORTEN: Converted `%s' to `%s'\n",
819 utf_in, 819 utf_in,
820 nameptr); 820 nameptr);
821 GNUNET_SERVER_notification_context_add (nc, client); 821 GNUNET_SERVER_notification_context_add (nc, client);
@@ -837,7 +837,7 @@ handle_shorten (void *cls,
837 GNUNET_SERVER_receive_done (client, GNUNET_OK); 837 GNUNET_SERVER_receive_done (client, GNUNET_OK);
838 return; 838 return;
839 } 839 }
840 if ( (! is_gnunet_tld (name)) && 840 if ( (! is_gads_tld (name)) &&
841 (! is_zkey_tld (name)) ) 841 (! is_zkey_tld (name)) )
842 { 842 {
843 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 843 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,