Skip to content

Commit

Permalink
Turn test_alive_hosts_only feature on per default
Browse files Browse the repository at this point in the history
It is the new default now.
  • Loading branch information
ArnoStiefvater committed May 19, 2021
1 parent 58e3868 commit 1f3bc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/prefs.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ prefs_init (void)
prefs_set ("drop_privileges", "no");
prefs_set ("report_host_details", "yes");
prefs_set ("vendor_version", "\0");
prefs_set ("test_alive_hosts_only", "no");
prefs_set ("test_alive_hosts_only", "yes");
prefs_set ("debug_tls", "0");
prefs_set ("allow_simultaneous_ips", "yes");
}
Expand Down

0 comments on commit 1f3bc38

Please sign in to comment.