From: Zbigniew Jędrzejewski-Szmek Date: Fri, 9 Feb 2018 12:31:37 +0000 (+0100) Subject: basic/socket-util: drop use of NI_IDN_USE_STD3_ASCII_RULES X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b29bf5c545345235220419ca7bc90079469b1acf;p=elogind.git 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. --- 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