Fix progress message

This commit is contained in:
Tom Eastep 2009-10-17 14:23:11 -07:00
parent 31bbec0fdd
commit 0a74320bc2

View File

@ -1182,7 +1182,7 @@ sub validate_hosts_file()
my $fn = open_file 'hosts'; my $fn = open_file 'hosts';
first_entry "doing $fn..."; first_entry "$doing $fn...";
$ipsec |= process_host while read_a_line; $ipsec |= process_host while read_a_line;