diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-01 03:02:25 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-01 03:02:25 +0800 |
commit | 6b06a939780af178792ffb2908939c00be70aaef (patch) | |
tree | e0338bfd6a173913a8f08ced4660eb537db9e146 | |
parent | ae14633079f69c0505d5f5c85fff42f249623cde (diff) | |
download | pttbbs-6b06a939780af178792ffb2908939c00be70aaef.tar pttbbs-6b06a939780af178792ffb2908939c00be70aaef.tar.gz pttbbs-6b06a939780af178792ffb2908939c00be70aaef.tar.bz2 pttbbs-6b06a939780af178792ffb2908939c00be70aaef.tar.lz pttbbs-6b06a939780af178792ffb2908939c00be70aaef.tar.xz pttbbs-6b06a939780af178792ffb2908939c00be70aaef.tar.zst pttbbs-6b06a939780af178792ffb2908939c00be70aaef.zip |
idelete the debug message
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1660 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/mbbsd.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index a940a15b..de97ecde 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -547,15 +547,6 @@ login_query() #endif output("1", 1); - /* hint */ - -if (0){ // clifflu <04/04/01> SECURITY BUG - clear() ; - move (5,5) ; - outs("由於系統安全性問題, 系統緊急停止服務. \n將在修復後重新開啟. 向各位致上最高的歉意\n clifflu 代發") ; - igetch() ; - exit(0) ; -} attempts = 0; while (1) { |