Skip to content
Snippets Groups Projects
Commit 688b4641 authored by echicken's avatar echicken
Browse files

Corrected reference FIDO.FTNDomains.domainDNSMap, was FIDO.domainDNSMap.

parent b82d477c
No related branches found
No related tags found
No related merge requests found
......@@ -450,7 +450,7 @@ Object.defineProperties(FIDO.Addr.prototype, {
if (this.point !== undefined)
ret += format("p%d", this.point);
ret += format("f%d.n%d.z%d.%s", this.node, this.net, this.zone, FIDO.domainDNSMap[this.domain] === undefined ? '.example.com' : FIDO.domainDNSMap[this.domain]);
ret += format("f%d.n%d.z%d.%s", this.node, this.net, this.zone, FIDO.FTNDomains.domainDNSMap[this.domain] === undefined ? '.example.com' : FIDO.FTNDomains.domainDNSMap[this.domain]);
return ret;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment