Skip to content

Commit

Permalink
Revise per comments.
Browse files Browse the repository at this point in the history
Signed-off-by: JimmyCYJ <jimmychen.0102@gmail.com>
  • Loading branch information
JimmyCYJ committed Aug 16, 2018
1 parent 2cf0ba1 commit f8cb3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/secret/secret_manager_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ TlsCertificateConfigProviderSharedPtr SecretManagerImpl::findOrCreateDynamicSecr
ASSERT(secret_provider_context.initManager() != nullptr);

std::function<void()> unregister_secret_provider = [map_key, this]() {
this->removeDynamicSecretProvider(map_key);
removeDynamicSecretProvider(map_key);
};

secret_provider = std::make_shared<SdsApi>(
Expand Down

0 comments on commit f8cb3d0

Please sign in to comment.