mbtask now loads noderecords when scanning outbound

This commit is contained in:
Michiel Broek
2002-02-21 21:45:08 +00:00
parent 85ff404a12
commit 9cefcf9b3a
6 changed files with 65 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ int TestNode(fidoaddr aka)
int i, nodeok = FALSE;
for (i = 0; i < 20; i++) {
if (((aka.zone == 0) || (aka.zone = nodes.Aka[i].zone)) &&
if (((aka.zone == 0) || (aka.zone == nodes.Aka[i].zone)) &&
(aka.net == nodes.Aka[i].net) &&
(aka.node == nodes.Aka[i].node) &&
(aka.point == nodes.Aka[i].point))