summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/src/update_status_manager.cc
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2017-06-21 16:42:14 -0400
committerJackLivio <jack@livio.io>2017-06-21 16:42:14 -0400
commit5c1b879ac3227570d33d5161dd22d217444c6538 (patch)
tree0e85daf22c014a43b3d389e2773ea8697e593403 /src/components/policy/policy_regular/src/update_status_manager.cc
parent18172d58258874c8ef3852de3cdc4978a3cb9cd8 (diff)
downloadsdl_core-5c1b879ac3227570d33d5161dd22d217444c6538.tar.gz
Fix for 170753 & 170763
Diffstat (limited to 'src/components/policy/policy_regular/src/update_status_manager.cc')
-rw-r--r--src/components/policy/policy_regular/src/update_status_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/policy/policy_regular/src/update_status_manager.cc b/src/components/policy/policy_regular/src/update_status_manager.cc
index 89e44e90b6..941113c753 100644
--- a/src/components/policy/policy_regular/src/update_status_manager.cc
+++ b/src/components/policy/policy_regular/src/update_status_manager.cc
@@ -42,6 +42,7 @@ CREATE_LOGGERPTR_GLOBAL(logger_, "Policy")
UpdateStatusManager::UpdateStatusManager()
: listener_(NULL)
, current_status_(utils::MakeShared<UpToDateStatus>())
+ , last_processed_event_(kNoEvent)
, apps_search_in_progress_(false)
, app_registered_from_non_consented_device_(true) {}