summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAKalinich-Luxoft <AKalinich@luxoft.com>2018-06-04 18:08:59 +0300
committerAndrii Kalinich <AKalinich@luxoft.com>2018-06-18 19:24:16 +0300
commitf27f0cfb8c06fe0237a6732a63494aab28ae0fff (patch)
tree32bca2ba4eb05eb42212d811c0ba78ffe4d32e83
parent43c32ff8c705e4f262d762bba1fe7c8f45c0b4ca (diff)
downloadsdl_core-feature/dtls_encryption.tar.gz
Moved out unrelated to feature codefeature/dtls_encryption
-rw-r--r--src/components/policy/policy_regular/src/policy_manager_impl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/policy/policy_regular/src/policy_manager_impl.cc b/src/components/policy/policy_regular/src/policy_manager_impl.cc
index 915965f569..84d4ac853a 100644
--- a/src/components/policy/policy_regular/src/policy_manager_impl.cc
+++ b/src/components/policy/policy_regular/src/policy_manager_impl.cc
@@ -1157,10 +1157,6 @@ bool PolicyManagerImpl::InitPT(const std::string& file_name,
if (ret) {
RefreshRetrySequence();
update_status_manager_.OnPolicyInit(cache_->UpdateRequired());
- const std::string certificate_data = cache_->GetCertificate();
- if (!certificate_data.empty()) {
- listener_->OnCertificateUpdated(certificate_data);
- }
}
return ret;
}