From b35b506fa5b8bc99d5d19ef495024aae2144ebea Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 10 Jun 2009 18:01:26 +0000 Subject: * now should be initialized before register(new), otherwise birthday will always be error... git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4558 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 278627d5..4ae67910 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -759,7 +759,6 @@ login_query(char *ruid) int attempts; resolve_garbage(); - now = time(0); #ifdef DEBUG move(1, 0); @@ -1441,6 +1440,7 @@ start_client(struct ProgramOption *option) alarm(600); mysrand(); /* 初始化: random number 增加user跟時間的差異 */ + now = time(0); // if flag_user contains an uid, it is already authorized. if (!option->flag_user[0]) -- cgit v1.2.3