diff --git a/src/sbbs3/upload.cpp b/src/sbbs3/upload.cpp index b138772e104f89ccb19b2989adad3249a7312141..c4af137871277afd357903941d0e910e0ef0c80d 100644 --- a/src/sbbs3/upload.cpp +++ b/src/sbbs3/upload.cpp @@ -54,7 +54,7 @@ bool sbbs_t::uploadfile(file_t *f) long length; FILE *stream; - f->misc=0; + // f->misc=0; Removed AUG-22-2001 - broken anonymous uploads curdirnum=f->dir; if(findfile(&cfg,f->dir,f->name)) { errormsg(WHERE,ERR_CHK,f->name,f->dir);