This commit is contained in:
Jamie Cameron
2014-05-27 13:07:57 -07:00
parent 564697c43b
commit 3d8449fbc3

View File

@@ -526,7 +526,7 @@ else {
elsif ($fwdconf && &can_edit_zone($fwdconf)) {
# old and new in different files
&delete_record($ofwdrec->{'file'} , $ofwdrec);
if (!ipv6 || $config{'support_aaaa'}) {
if (!$ipv6 || $config{'support_aaaa'}) {
&create_record($fwdfile, $vals, $ofwdrec->{'ttl'},
"IN", $ipv6 ? "AAAA" : "A",
$in{'name'}, $in{'comment'});