summaryrefslogtreecommitdiffstats
path: root/innbbsd/receive_article.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/receive_article.c')
-rw-r--r--innbbsd/receive_article.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/innbbsd/receive_article.c b/innbbsd/receive_article.c
index d036fe41..0c2827da 100644
--- a/innbbsd/receive_article.c
+++ b/innbbsd/receive_article.c
@@ -862,7 +862,7 @@ char *pathname, *firstpath;
strcpy(&userid[IDLEN], ".");
strcpy(header.owner, userid);
strncpy(header.title, subject, TTLEN);
- header.savemode = 'M';
+ header.filemode |= FILE_MULTI;
{
struct tm *ptime;
ptime = localtime(&datevalue);
@@ -907,7 +907,6 @@ cancelpost(fileheader_t *fhdr, char* boardname)
stampfile(fn2, &postfile);
memcpy(postfile.owner, fhdr->owner, IDLEN + TTLEN + 10);
- postfile.savemode = 'D';
close(fd);
Rename(fpath, fn2);
strcpy(strrchr(fn2, '/') + 1, ".DIR");