# HG changeset patch # User # Date 1421665587 -3600 # Node ID beeac1cf82edfc3838c94ed087f074a1c3c24895 # Parent d465c78373ca8c7bcddc3d61994cede48f2f0aab nzf does not contain quotations diff -r d465c78373ca -r beeac1cf82ed lib/Nagios/Check/DNS/delegation.pm --- a/lib/Nagios/Check/DNS/delegation.pm Mon Jan 19 12:02:05 2015 +0100 +++ b/lib/Nagios/Check/DNS/delegation.pm Mon Jan 19 12:06:27 2015 +0100 @@ -55,7 +55,7 @@ # FIXME: 172.0 .. 172.31 is missing not /\b(?:0|127|10|168\.192|255)\.in-addr\.arpa$/ and not /^localhost$/; - } map { /zone\s"(\S+)"\s/ } grep { /type (?:master|slave)/ } @conf; + } map { /zone\s"?(\S+)"?\s/ } grep { /type (?:master|slave)/ } @conf; } sub get_domains {