summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorShobhitAd <adlakhshobhit@gmail.com>2018-10-01 10:24:13 -0700
committerShobhitAd <adlakhshobhit@gmail.com>2018-10-01 10:24:13 -0700
commit649ae981df2606db2954fd3b95ee62d998d337ca (patch)
tree373ba128aaa0a1dca6412838294d11e25583a4c4 /src/components
parent7eef7eda81975c3988a8120e0d0bb067dfef8f6f (diff)
downloadsdl_core-649ae981df2606db2954fd3b95ee62d998d337ca.tar.gz
148706 replaced settings_ with get_settings
Diffstat (limited to 'src/components')
-rw-r--r--src/components/policy/policy_regular/src/cache_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/src/cache_manager.cc b/src/components/policy/policy_regular/src/cache_manager.cc
index 7532d5cd37..52fc810c98 100644
--- a/src/components/policy/policy_regular/src/cache_manager.cc
+++ b/src/components/policy/policy_regular/src/cache_manager.cc
@@ -827,7 +827,7 @@ void CacheManager::CheckSnapshotInitialization() {
*(snapshot_->policy_table.module_config.preloaded_pt) = false;
*(snapshot_->policy_table.module_config.full_app_id_supported) =
- settings_->use_full_app_id();
+ get_settings()->use_full_app_id();
// SDL must not send certificate in snapshot
snapshot_->policy_table.module_config.certificate =