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
Branches
Tags
No related merge requests found
...@@ -450,7 +450,7 @@ Object.defineProperties(FIDO.Addr.prototype, { ...@@ -450,7 +450,7 @@ Object.defineProperties(FIDO.Addr.prototype, {
if (this.point !== undefined) if (this.point !== undefined)
ret += format("p%d", this.point); 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; return ret;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment