Subj : src/sbbs3/qwk.cpp To : CVS commit From : rswindell Date : Tue Apr 14 2020 07:33 pm src/sbbs3 qwk.cpp 1.92 1.93 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs:/tmp/cvs-serv5168 Modified Files: qwk.cpp Log Message: Fix bug in qwk_handle_remaining_votes(): If a QWK packet was not fully imported (e.g. because the console/terminal server was terminated locally), this routine would attempt to handle any remaining (unhandled) vote mesages and throw-up checking "conference number" access=0 invalid=invalid errors because it was trying to process all the (unhandled) sections in the VOTING.DAT file rather than just the sections beginning with the applicable section prefixes ("poll:", "vote:" or "close:"). Every other section is actually just a hex offset into the MESSAGES.DAT file and does not contain the "Conference" key that qwk_vote() was expecting to find. .