diff options
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 5aba270f..af4ade36 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1279,11 +1279,8 @@ user_login(void) } else if (strcmp(cuser.userid, STR_GUEST) == 0) { /* guest */ init_guest_info(); -#if 0 // def DBCSAWARE - u_detectDBCSAwareEvilClient(); -#else pressanykey(); -#endif + } else { // XXX no userlevel, no guest - what is this? // clear(); |