diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-12-07 04:25:26 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-12-07 04:25:26 +0800 |
commit | 4713b0c49cab2d8b7f7bc3ecdec212959fc2f221 (patch) | |
tree | 5f81d265ede838cca731879fa76a7f049dbf696c /mbbsd/bbs.c | |
parent | aef34d4dfe7f400e523c7219c1b9d7110b62aa0f (diff) | |
download | pttbbs-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
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; |