There is no need to call dns_name_settotextfilter() in setup_system()
because setup_lookup() determines whether IDN output processing should
be enabled for a specific lookup (taking the global setting into
consideration) and calls dns_name_settotextfilter() anyway if it is.
Remove the dns_name_settotextfilter() call from setup_system().
(void)setlocale(LC_ALL, "");
#endif
-#ifdef HAVE_LIBIDN2
- /* Set domain name -> text post-conversion filter. */
- result = dns_name_settotextfilter(output_filter);
- check_result(result, "dns_name_settotextfilter");
-#endif /* HAVE_LIBIDN2 */
-
if (keyfile[0] != 0)
setup_file_key();
else if (keysecret[0] != 0)