Skip to content

Commit 29ba8cc

Browse files
committed
Fix error message
#1030
1 parent 2921b5e commit 29ba8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtual-server-lib-funcs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15761,7 +15761,7 @@ sub check_virtual_server_config
1576115761
elsif ($masterip ne &get_any_external_ip_address(1) &&
1576215762
$masterip ne &get_dns_ip() &&
1576315763
&indexof($masterip, &active_ip_addresses()) < 0) {
15764-
$mastermsg ||= &text('check_dnsmaster2',
15764+
$mastermsg ||= &text('check_dnsmaster3',
1576515765
"<tt>$master</tt>", "<tt>$masterip</tt>");
1576615766
}
1576715767
}

0 commit comments

Comments
 (0)