Skip to content
Snippets Groups Projects
Commit c4d816e7 authored by deuce's avatar deuce
Browse files

Fix -p and -P options.

Thanks for the report Android8675!
parent c7bdcd42
No related branches found
No related tags found
No related merge requests found
......@@ -922,7 +922,10 @@ function run_polls(ran)
bicfg = new BinkITCfg();
myaddr = FIDO.parse_addr(system.fido_addr_list[0], 1, 'fidonet');
bicfg.node.forEach(function(addr_str) {
Object.keys(bicfg.node).forEach(function(addr_str) {
if (!bicfg.node[addr_str].poll)
return;
var addr = FIDO.parse_addr(addr_str, 1, 'fidonet');
if (ran[addr] !== undefined)
......
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