diff --git a/src/lcm/LifeCycleStates.cc b/src/lcm/LifeCycleStates.cc index eba86cf0f4..3f3d79a93c 100644 --- a/src/lcm/LifeCycleStates.cc +++ b/src/lcm/LifeCycleStates.cc @@ -1356,7 +1356,7 @@ void LifeCycleManager::monitor_poweron_action(int vid) vm->set_running_stime(the_time); - vm->set_last_poll(0); + vm->set_last_poll(the_time); vmpool->update_history(vm);