summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-30 18:35:03 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-30 18:35:03 +0800
commitca85397c5d47151895524e32b407c04b179f30d4 (patch)
tree13b22ceed2d85fbd2656c018c4b0fa5e03661ffc
parent1b533fe56c6884df5dffef5ee170ff36942f9327 (diff)
downloadpttbbs-ca85397c5d47151895524e32b407c04b179f30d4.tar
pttbbs-ca85397c5d47151895524e32b407c04b179f30d4.tar.gz
pttbbs-ca85397c5d47151895524e32b407c04b179f30d4.tar.bz2
pttbbs-ca85397c5d47151895524e32b407c04b179f30d4.tar.lz
pttbbs-ca85397c5d47151895524e32b407c04b179f30d4.tar.xz
pttbbs-ca85397c5d47151895524e32b407c04b179f30d4.tar.zst
pttbbs-ca85397c5d47151895524e32b407c04b179f30d4.zip
* remove the experimental CCW signature
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5012 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/mbbsd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pttbbs/mbbsd/mbbsd.c b/pttbbs/mbbsd/mbbsd.c
index 3a683fc5..0aa6c3fa 100644
--- a/pttbbs/mbbsd/mbbsd.c
+++ b/pttbbs/mbbsd/mbbsd.c
@@ -1049,12 +1049,6 @@ setup_utmp(int mode)
strip_nonebig5((unsigned char *)currutmp->nickname, sizeof(currutmp->nickname));
strip_nonebig5((unsigned char *)currutmp->mind, sizeof(currutmp->mind));
-#ifdef EXP_CCW_TALK
- // magic number for temporary version validation... check talk.c
- currutmp->nonuse[1] = 'W';
- currutmp->nonuse[2] = 'T';
-#endif
-
// resolve fromhost
#if defined(WHERE)