diff options
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r-- | mbbsd/admin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c index 0ed06412..9dcc5b8a 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -108,7 +108,6 @@ upgrade_passwd(userec_t *puser) memset(puser->chkpad0, 0, sizeof(puser->chkpad0)); memset(puser->chkpad1, 0, sizeof(puser->chkpad1)); memset(puser->chkpad2, 0, sizeof(puser->chkpad2)); - puser->numlogindays = 0; puser->lastseen = 0; puser->version = PASSWD_VERSION; return ; |