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
commitefa44455dbf75ed730573e73dd26f746bb3a67df (patch)
tree4e9d7e7bccc4c74c203ceccc216df751d7303d03
parent068a5c6ed8a14735536e1c782b25ed5b4c3d84f8 (diff)
downloadpttbbs-efa44455dbf75ed730573e73dd26f746bb3a67df.tar
pttbbs-efa44455dbf75ed730573e73dd26f746bb3a67df.tar.gz
pttbbs-efa44455dbf75ed730573e73dd26f746bb3a67df.tar.bz2
pttbbs-efa44455dbf75ed730573e73dd26f746bb3a67df.tar.lz
pttbbs-efa44455dbf75ed730573e73dd26f746bb3a67df.tar.xz
pttbbs-efa44455dbf75ed730573e73dd26f746bb3a67df.tar.zst
pttbbs-efa44455dbf75ed730573e73dd26f746bb3a67df.zip
shmctl doesn't need resolve_boards() first
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@664 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/util/shmctl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pttbbs/util/shmctl.c b/pttbbs/util/shmctl.c
index f1b7765c..20850b00 100644
--- a/pttbbs/util/shmctl.c
+++ b/pttbbs/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 )