Skip to content
Snippets Groups Projects
Commit c85ae240 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

I'm not sure what "node message indices" (data/msgs/*.ixb files) are/were

I don't recall this actually being a thing, ever, so certainly no reason to
be cleaning these files up during logon. <shrug>
parent 6e3856d7
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -200,8 +200,6 @@ bool sbbs_t::logon()
delfiles(cfg.temp_dir,ALLFILES);
safe_snprintf(str, sizeof(str), "%smsgs/n%3.3u.msg",cfg.data_dir,cfg.node_num);
remove(str); /* remove any pending node messages */
safe_snprintf(str, sizeof(str), "%smsgs/n%3.3u.ixb",cfg.data_dir,cfg.node_num);
remove(str); /* remove any pending node message indices */
if(!SYSOP && online==ON_REMOTE && !(sys_status&SS_QWKLOGON)) {
rioctl(IOCM|ABORT); /* users can't abort anything */
......
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