aboutsummaryrefslogtreecommitdiff
path: root/src/dns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-07 13:25:32 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-07 13:25:32 +0000
commit8329191b55a7cc8799bbd48acc94725de015bbd5 (patch)
tree07db10aaa139f4bf66c542e176c8ded29e1f1edf /src/dns
parenta554186ca5b9189d263c57c0998d0f63d16a3504 (diff)
downloadgnunet-8329191b55a7cc8799bbd48acc94725de015bbd5.tar.gz
gnunet-8329191b55a7cc8799bbd48acc94725de015bbd5.zip
-oops
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/dnsparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/dnsparser.c b/src/dns/dnsparser.c
index cea9cd137..8c3abf220 100644
--- a/src/dns/dnsparser.c
+++ b/src/dns/dnsparser.c
@@ -48,7 +48,7 @@ GNUNET_DNSPARSER_check_label (const char *label)
48 char *output; 48 char *output;
49 size_t slen; 49 size_t slen;
50 50
51 if (NULL != strchr (label, ".")) 51 if (NULL != strchr (label, '.'))
52 return GNUNET_SYSERR; /* not a label! Did you mean GNUNET_DNSPARSER_check_name? */ 52 return GNUNET_SYSERR; /* not a label! Did you mean GNUNET_DNSPARSER_check_name? */
53 if (IDNA_SUCCESS != 53 if (IDNA_SUCCESS !=
54 idna_to_ascii_8z (label, &output, IDNA_USE_STD3_ASCII_RULES)) 54 idna_to_ascii_8z (label, &output, IDNA_USE_STD3_ASCII_RULES))