mirror of https://github.com/BOINC/boinc.git
client: initialize device_status_time (shouldn't make any difference)
This commit is contained in:
parent
d19a237aec
commit
e2901ebf9a
|
@ -149,6 +149,7 @@ CLIENT_STATE::CLIENT_STATE()
|
|||
launched_by_manager = false;
|
||||
initialized = false;
|
||||
last_wakeup_time = dtime();
|
||||
device_status_time = 0;
|
||||
#ifdef _WIN32
|
||||
have_sysmon_msg = false;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue