@@ -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);
}
@@ -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