Skip to content
Snippets Groups Projects
Commit 5a5a23a8 authored by rswindell's avatar rswindell
Browse files

Don't treat qwk_import_msg() failures (e.g. duplicate messages) as

packet errors, no need to save such REP packets as .bad files.
parent 55008718
No related branches found
No related tags found
No related merge requests found
......@@ -377,8 +377,7 @@ bool sbbs_t::unpack_rep(char* repfile)
SAFEPRINTF(str,text[UserSentYouMail],msg.from);
putsmsg(&cfg,usernum,str);
}
} else
errors++;
}
smb_close(&smb);
} /* end of email */
......@@ -539,8 +538,7 @@ bool sbbs_t::unpack_rep(char* repfile)
logline("P+",str);
if(!(useron.rest&FLAG('Q')))
user_event(EVENT_POST);
} else
errors++;
}
} /* end of public message */
}
......
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