Skip to content
  • Michał Kępień's avatar
    Remove redundant dns_name_settotextfilter() call · 9a25368c
    Michał Kępień authored
    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().
    9a25368c