Skip to content

Commit

Permalink
Remove mutable from mutex.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewstevenson88 committed Nov 4, 2024
1 parent 6ab84df commit 430b3a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class StaticDataCertificateProvider final
std::string root_certificate_;
PemKeyCertPairList pem_key_cert_pairs_;
// Guards members below.
mutable Mutex mu_;
Mutex mu_;
// Stores each cert_name we get from the distributor callback and its watcher
// information.
std::map<std::string, WatcherInfo> watcher_info_;
Expand Down

0 comments on commit 430b3a9

Please sign in to comment.