Przeglądaj źródła

Z991239-1350 #comment 修改日志

雷志明80280620 4 lat temu
rodzic
commit
78be437811

+ 1 - 1
Module/mod_accessauth/AccessAuthFSM.cpp

@@ -310,7 +310,7 @@ unsigned int CAccessAuthFSM::s2_on_event(FSMEvent* pEvent)
 		
 		
 		{
-			Dbg("WK has been updated today, last sync time: %s", (const char*)CSmallDateTime(nWKLastSyncTime).ToTimeString());
+			Dbg("WK has been updated today");
 			FSMEvent *pEvent = new FSMEvent(Event_IgnoreUpdateWK);
 			PostEventFIFO(pEvent);	
 		}		

+ 3 - 0
Module/mod_accessauth/mod_AccessAuth.cpp

@@ -1319,6 +1319,9 @@ BOOL CAccessAuthEntity::SetLocalTimeZoneByKeyName(const TCHAR* szTimeZoneKeyName
 	CloseHandle(hToken);
 
 	return isOK;
+#else
+	//temporarily not relased at linux
+	return TRUE;
 #endif // RVC_OS_WIN
 }