summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--named2
1 files changed, 1 insertions, 1 deletions
diff --git a/named b/named
index 9d0c8e4..da9629e 100644
--- a/named
+++ b/named
@@ -308,7 +308,7 @@ while (defined($ThisLine = <STDIN>)) {
$JournalFail{$Zone}++;
} elsif ( ($Channel,$Reason) = ($ThisLine =~ /couldn't add command channel (.+#\d+): (.*)$/)) {
$ChannelAddFail{$Channel}{$Reason}++;
- } elsif ( ($Zone,$Host,$dummy,$Reason) = ($ThisLine =~ /zone ([^ ]*): refresh: failure trying master ([^ ]*)#\d+( \(source \S+\))?: (.*)/) ) {
+ } elsif ( ($Zone,$Host,undef,$Reason) = ($ThisLine =~ /zone ([^ ]*): refresh: failure trying master ([^ ]*)#\d+( \(source .*\))?: (.*)/) ) {
$MasterFailure{"$Zone from $Host"}{$Reason}++;
} elsif ( ($Zone,undef,$Host,$Reason) = ($ThisLine =~ /^zone ([^ ]*): (got_transfer_quota|refresh): skipping zone transfer as master ([^ ]*)#\d+ \(source [0-9.:]+#\d+\) is (unreachable \(cached\))$/) ) {
$MasterFailure{"$Zone from $Host"}{$Reason}++;