summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index e1c5e8b9..049221d2 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1007,7 +1007,11 @@ user_login(void)
restore_backup();
} else if (!strcmp(cuser.userid, STR_GUEST)) {
init_guest_info();
+#ifdef DBCSAWARE
+ u_detectDBCSAwareEvilClient();
+#else
pressanykey();
+#endif
} else {
pressanykey();
check_mailbox_quota();