summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-02-18 02:36:55 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-02-18 02:36:55 +0800
commit0e3b5714c736d15c23f100551007f3de25201188 (patch)
treef725509bad5fd5f2bb69548cdbf0c561a1f32f92
parentf343825afbc96b30d3b6a191055d4ef0104fc60e (diff)
downloadpttbbs-0e3b5714c736d15c23f100551007f3de25201188.tar
pttbbs-0e3b5714c736d15c23f100551007f3de25201188.tar.gz
pttbbs-0e3b5714c736d15c23f100551007f3de25201188.tar.bz2
pttbbs-0e3b5714c736d15c23f100551007f3de25201188.tar.lz
pttbbs-0e3b5714c736d15c23f100551007f3de25201188.tar.xz
pttbbs-0e3b5714c736d15c23f100551007f3de25201188.tar.zst
pttbbs-0e3b5714c736d15c23f100551007f3de25201188.zip
shmctl doesn't need resolve_boards() first
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@664 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--util/shmctl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/shmctl.c b/util/shmctl.c
index f1b7765c..20850b00 100644
--- a/util/shmctl.c
+++ b/util/shmctl.c
@@ -1,4 +1,4 @@
-/* $Id: shmctl.c,v 1.32 2003/02/10 17:41:45 in2 Exp $ */
+/* $Id: shmctl.c,v 1.33 2003/02/17 18:36:55 in2 Exp $ */
#include "bbs.h"
#include <sys/wait.h>
@@ -417,7 +417,8 @@ int main(int argc, char **argv)
}
chdir(BBSHOME);
resolve_utmp();
- resolve_boards();
+ /* shmctl doesn't need resolve_boards() first */
+ //resolve_boards();
resolve_garbage();
resolve_fcache();
for( i = 0 ; cmd[i].func != NULL ; ++i )