mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:52:05 -04:00
just a couple of little ones ...
This commit is contained in:
parent
2644902ba9
commit
3b70941ff5
1 changed files with 4 additions and 2 deletions
|
|
@ -129,8 +129,10 @@ sub doHost {
|
|||
|
||||
$Nfbp = 0;
|
||||
$Nobp = 0;
|
||||
$Ntprobs = 0;
|
||||
$Nftp = 0;
|
||||
$Notp = 0;
|
||||
$BadTest = 0;
|
||||
$BadTestReason = "";
|
||||
|
||||
if ((-r "$DataDir/hosts/$hostid/$BuildFile") && (-s _ )) {
|
||||
%buildprobs = &buildCheck("$hostid");
|
||||
|
|
@ -441,7 +443,7 @@ sub testCheck {
|
|||
else {
|
||||
$probs{"$funcname:$anum"} = $result;
|
||||
++$Nftp;
|
||||
s/(FAIL|UNITIATED)/<FONT COLOR=\"red\">$1<\/FONT>/;
|
||||
s/(FAIL|UNINITIATED)/<FONT COLOR=\"red\">$1<\/FONT>/;
|
||||
s/(UNRESOLVED)/<FONT COLOR=\"yellow\">$1<\/FONT>/;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue