diff options
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 9131d3f1..11c75d75 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -969,7 +969,7 @@ user_login() if (!PERM_HIDE(currutmp)) cuser.lastlogin = login_start_time; -#ifdef FOREIGN_REG_DAY +#if FOREIGN_REG_DAY > 0 foreign_warning(); #endif passwd_update(usernum, &cuser); |