diff --git a/bind8/records-lib.pl b/bind8/records-lib.pl index 732d8f630..ae5ca6e50 100755 --- a/bind8/records-lib.pl +++ b/bind8/records-lib.pl @@ -36,7 +36,7 @@ while($line = ) { if ($line =~ /^[^"]*"[^"]*$/) { # Line has only one ", meaning that a ; in the middle # of a quoted string broke it! Fix up - $line .= $comment; + $line .= ";".$comment; $comment = ""; } }