mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-06 22:32:04 -04:00
handle not configured with trailing flags
This commit is contained in:
parent
d425ee8097
commit
aae53e2156
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ while (<>) {
|
|||
m!^( *)!;
|
||||
my $indent = $1;
|
||||
my $comment = "";
|
||||
$line =~ s! // not configured,! //! if $strip_not_configured;
|
||||
$line =~ s! // not configured!! if $strip_not_configured;
|
||||
if ( $line =~ m!//.*! ) {
|
||||
$comment = $&;
|
||||
|
|
|
|||
Loading…
Reference in a new issue