client: initialize device_status_time (shouldn't make any difference)

This commit is contained in:
David Anderson 2013-08-02 13:34:44 -07:00
parent d19a237aec
commit e2901ebf9a
1 changed files with 1 additions and 0 deletions

View File

@ -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