From e2901ebf9af868871f8c43ccda076c5eefed1ede Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 2 Aug 2013 13:34:44 -0700 Subject: [PATCH] client: initialize device_status_time (shouldn't make any difference) --- client/client_state.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client_state.cpp b/client/client_state.cpp index fde5714176..8666fd2ead 100644 --- a/client/client_state.cpp +++ b/client/client_state.cpp @@ -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