From b29bf5c545345235220419ca7bc90079469b1acf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 9 Feb 2018 13:31:37 +0100 Subject: [PATCH] basic/socket-util: drop use of NI_IDN_USE_STD3_ASCII_RULES The only use of socknameinfo_pretty() is in src/journal-remote/journal-remote.c, to determine the output filename. Replaces #8120. --- src/basic/socket-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/socket-util.c b/src/basic/socket-util.c index 007b302e7..7e68a672e 100644 --- a/src/basic/socket-util.c +++ b/src/basic/socket-util.c @@ -52,7 +52,7 @@ #if 0 /// UNNEEDED by elogind #if ENABLE_IDN -# define IDN_FLAGS (NI_IDN|NI_IDN_USE_STD3_ASCII_RULES) +# define IDN_FLAGS NI_IDN #else # define IDN_FLAGS 0 #endif -- 2.30.2