2
0
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:
Mark Andrews
2012-04-27 16:29:10 +10:00
parent be85555ab9
commit 6935c883d1

View File

@@ -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;