From 4713b0c49cab2d8b7f7bc3ecdec212959fc2f221 Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 6 Dec 2003 20:25:26 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1400 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mbbsd') 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; -- cgit v1.2.3