mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
only report different text if not in EXCLUDED
This commit is contained in:
parent
be85555ab9
commit
6935c883d1
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ foreach my $c (sort {$a <=> $b} keys %$c1) {
|
|||
print $c1->{$c}->{text};
|
||||
}
|
||||
if (exists($c2->{$c}) && $category ne "placeholder" &&
|
||||
$c2->{$c}->{text} ne $text) {
|
||||
$c2->{$c}->{text} ne $text && !exists($c3->{$c})) {
|
||||
if ($msg ne "TEXT\n") {
|
||||
$msg = "TEXT\n";
|
||||
print $msg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue