diff options
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 5a4e35c8..1d6ba481 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -178,6 +178,7 @@ u_exit(char *mode) /* Leeym 上站停留時間限制式 */ } passwd_index_update(usernum, cuser); + passwd_update(usernum, cuser); log_usies(mode, NULL); } @@ -984,7 +985,7 @@ user_login() #ifdef FOREIGN_REG foreign_warning(); #endif - // passwd_update(usernum, &cuser); + passwd_update(usernum, cuser); for (i = 0; i < NUMVIEWFILE; i++) if ((cuser->loginview >> i) & 1) |