Skip to content

Commit 547830c

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 862659280
1 parent 1160739 commit 547830c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/activation.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ absl::StatusOr<bool> Activation::ProvideValue(
6666
const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
6767
google::protobuf::MessageFactory* absl_nonnull message_factory,
6868
google::protobuf::Arena* absl_nonnull arena, Value* absl_nonnull result) const {
69-
absl::MutexLock lock(&mutex_);
69+
absl::MutexLock lock(mutex_);
7070
auto iter = values_.find(name);
7171
ABSL_ASSERT(iter != values_.end());
7272
ValueEntry& entry = iter->second;

0 commit comments

Comments
 (0)