1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

fix js field name

This commit is contained in:
Craig Peterson
2017-07-20 17:20:47 -04:00
parent 8d390aad24
commit d106c88488
2 changed files with 15 additions and 15 deletions

View File

@ -311,7 +311,7 @@ function addRecord(d,type,name,target,mods) {
_.extend(rec.meta,m);
_.extend(rec.meta,m);
} else if (_.isNumber(m) && type == "MX") {
rec.priority = m;
rec.mxpreference = m;
} else {
console.log("WARNING: Modifier type unsupported:", typeof m, "(Skipping!)");
}