summaryrefslogtreecommitdiffstats
path: root/pttbbs
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-15 22:28:56 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-15 22:28:56 +0800
commit97e68df5e2a465e7bf5cab14ff347eac82f6a129 (patch)
treeb4976b9d3426636e63a8078f5fce32799c3826b1 /pttbbs
parent539a5d2d3dcc15d8d8f936ffcdfdcaab8b242336 (diff)
downloadpttbbs-97e68df5e2a465e7bf5cab14ff347eac82f6a129.tar
pttbbs-97e68df5e2a465e7bf5cab14ff347eac82f6a129.tar.gz
pttbbs-97e68df5e2a465e7bf5cab14ff347eac82f6a129.tar.bz2
pttbbs-97e68df5e2a465e7bf5cab14ff347eac82f6a129.tar.lz
pttbbs-97e68df5e2a465e7bf5cab14ff347eac82f6a129.tar.xz
pttbbs-97e68df5e2a465e7bf5cab14ff347eac82f6a129.tar.zst
pttbbs-97e68df5e2a465e7bf5cab14ff347eac82f6a129.zip
forget to commit last time
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@798 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'pttbbs')
-rw-r--r--pttbbs/mbbsd/bbs.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c
index 61234a36..6e776f95 100644
--- a/pttbbs/mbbsd/bbs.c
+++ b/pttbbs/mbbsd/bbs.c
@@ -1,4 +1,4 @@
-/* $Id: bbs.c,v 1.86 2003/04/14 08:54:30 victor Exp $ */
+/* $Id: bbs.c,v 1.87 2003/04/15 14:28:56 victor Exp $ */
#include "bbs.h"
static void
@@ -1380,9 +1380,6 @@ del_post(int ent, fileheader_t * fhdr, char *direct)
int not_owned;
boardheader_t *bp;
- if( currmode & MODE_SELECT )
- return DONOTHING;
-
bp = getbcache(currbid);
if (strcmp(bp->brdname, "Security") == 0)
return DONOTHING;