Get the hostname reolution code working again

Fix option -A (use_all_a_records)
This commit is contained in:
Duncan Ferguson 2011-11-18 22:31:12 +00:00
parent 4fdfb00f9f
commit be0ff95430
3 changed files with 46 additions and 29 deletions

View file

@ -70,6 +70,8 @@ my %default_config = (
menu_send_autotearoff => 0,
menu_host_autotearoff => 0,
use_all_a_records => 0,
send_menu_xml_file => $ENV{HOME} . '/.csshrc_send_menu',
);