Skip to content
Snippets Groups Projects
Commit 4d1d1696 authored by rswindell's avatar rswindell
Browse files

Fix the default domain ('fidonet', zones 1-6) feature when there are no

domains configured in sbbsecho.ini
('domains' is always undefined at this point, <shrug>).
parent 66ef47af
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ function FTNDomains()
}, this);
f.close();
}
if(!domains) {
if(!this.domainMap || !this.domainMap.keys) {
this.outboundMap = {
'fidonet':ecfg.outbound.replace(/[\\\/]$/, '')
};
......
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