mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
only report different text if not in EXCLUDED
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user