mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Add missing dollar https://sourceforge.net/p/webadmin/bugs/4423/
This commit is contained in:
@@ -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'});
|
||||
|
||||
Reference in New Issue
Block a user