chiark / gitweb /
basic/socket-util: drop use of NI_IDN_USE_STD3_ASCII_RULES
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 9 Feb 2018 12:31:37 +0000 (13:31 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:58:51 +0000 (07:58 +0200)
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

index 007b302e721acee91f8f2543d33082037981662c..7e68a672e60bb88326aa9dcf2bf5269b1c255a18 100644 (file)
@@ -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