summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-07 04:25:26 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-07 04:25:26 +0800
commit4713b0c49cab2d8b7f7bc3ecdec212959fc2f221 (patch)
tree5f81d265ede838cca731879fa76a7f049dbf696c
parentaef34d4dfe7f400e523c7219c1b9d7110b62aa0f (diff)
downloadpttbbs-4713b0c49cab2d8b7f7bc3ecdec212959fc2f221.tar
pttbbs-4713b0c49cab2d8b7f7bc3ecdec212959fc2f221.tar.gz
pttbbs-4713b0c49cab2d8b7f7bc3ecdec212959fc2f221.tar.bz2
pttbbs-4713b0c49cab2d8b7f7bc3ecdec212959fc2f221.tar.lz
pttbbs-4713b0c49cab2d8b7f7bc3ecdec212959fc2f221.tar.xz
pttbbs-4713b0c49cab2d8b7f7bc3ecdec212959fc2f221.tar.zst
pttbbs-4713b0c49cab2d8b7f7bc3ecdec212959fc2f221.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1400 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/bbs.c1
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;