diff options
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index e07168a7..7b7daa28 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -736,7 +736,6 @@ do_general(int isbid) strlcpy(postfile.owner, cuser.userid, sizeof(postfile.owner)); strlcpy(postfile.title, save_title, sizeof(postfile.title)); - postfile.filemode |= FILE_BOTH; /* both-reply flag */ sethomedir(genbuf, quote_user); if (append_record(genbuf, &postfile, sizeof(postfile)) == -1) msg = err_uid; |