Skip to content
Snippets Groups Projects
Commit 19a10970 authored by rswindell's avatar rswindell
Browse files

Bug fix: f.misc field was being re-initialized causing anonymous uploads to be...

Bug fix: f.misc field was being re-initialized causing anonymous uploads to be recorded as normal uploads.
parent 94fa25f9
Branches
Tags
No related merge requests found
...@@ -54,7 +54,7 @@ bool sbbs_t::uploadfile(file_t *f) ...@@ -54,7 +54,7 @@ bool sbbs_t::uploadfile(file_t *f)
long length; long length;
FILE *stream; FILE *stream;
f->misc=0; // f->misc=0; Removed AUG-22-2001 - broken anonymous uploads
curdirnum=f->dir; curdirnum=f->dir;
if(findfile(&cfg,f->dir,f->name)) { if(findfile(&cfg,f->dir,f->name)) {
errormsg(WHERE,ERR_CHK,f->name,f->dir); errormsg(WHERE,ERR_CHK,f->name,f->dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment