summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-31 13:54:49 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-31 13:54:49 +0800
commit3fbfbac63d50619f92d98140fa7f59f570a180c7 (patch)
tree64cafee218133c82fc7f82075924c812f3992439 /mbbsd/admin.c
parentc7ec45b470726d9b50e7d549a09569e22e2a9a69 (diff)
downloadpttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.gz
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.bz2
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.lz
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.xz
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.zst
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.zip
* merge pwcu branch with trunk
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4806 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 9dcc5b8a..011f81e7 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -108,7 +108,7 @@ 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->lastseen = 0;
+ puser->lastseen= 0;
puser->version = PASSWD_VERSION;
return ;
}