AmendHub

Download:

jcs

/

subtext

/

amendments

/

537

binkp: Reset board before finding a match for tossing

Otherwise we were tossing messages for boards we weren't subscribed
to into the board we found for the last message.

jcs made amendment 537 5 months ago
--- binkp.c Fri Nov 10 17:08:42 2023 +++ binkp.c Tue Nov 14 08:59:06 2023 @@ -844,6 +844,8 @@ binkp_fidopkt_processor(char *filename, unsigned char msg->time = Time; if (msg->area[0]) { + board = NULL; + for (n = 0; n < db->nboards; n++) { if (db->boards[n].ftn_area[0] && strcasecmp(msg->area, db->boards[n].ftn_area) == 0) {