mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Replacement field in NAPTR doesn't need quotes
This commit is contained in:
@@ -469,7 +469,7 @@ else {
|
||||
"\"$flags\"",
|
||||
"\"$in{'value3'}\"",
|
||||
$in{'value4_def'} ? "\"\"" : "\"$in{'value4'}\"",
|
||||
$in{'value5_def'} ? "." : "\"$in{'value5'}\"");
|
||||
$in{'value5_def'} ? "." : $in{'value5'});
|
||||
}
|
||||
else {
|
||||
# For other record types, just save the lines
|
||||
|
||||
Reference in New Issue
Block a user