aboutsummaryrefslogtreecommitdiff
path: root/posix/tst-rfc3484.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-08-27 20:40:42 +0000
committerJakub Jelinek <jakub@redhat.com>2007-08-27 20:40:42 +0000
commit8d599f5ab190dfb8a394104c4dc0d39c90f19093 (patch)
treec46dd272dde92188874882c675c01b017958fbbb /posix/tst-rfc3484.c
parent9abaa7d89fe873eeebda1bd227fde5d5bd6ab332 (diff)
downloadglibc-8d599f5ab190dfb8a394104c4dc0d39c90f19093.tar
glibc-8d599f5ab190dfb8a394104c4dc0d39c90f19093.tar.gz
glibc-8d599f5ab190dfb8a394104c4dc0d39c90f19093.tar.bz2
glibc-8d599f5ab190dfb8a394104c4dc0d39c90f19093.zip
Updated to fedora-glibc-20070827T2032
Diffstat (limited to 'posix/tst-rfc3484.c')
-rw-r--r--posix/tst-rfc3484.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c
index 2e74e9737f..352a7579ac 100644
--- a/posix/tst-rfc3484.c
+++ b/posix/tst-rfc3484.c
@@ -26,6 +26,7 @@ __idna_to_ascii_lz (const char *input, char **output, int flags)
int
__idna_to_unicode_lzlz (const char *input, char **output, int flags)
{
+ *output = NULL;
return 0;
}