Skip to content

Commit e29f15b

Browse files
committed
Code review comments
1 parent 9977398 commit e29f15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/configuration/sdk_builder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ SdkBuilder::CreatePropagator(
10831083
std::vector<std::unique_ptr<opentelemetry::context::propagation::TextMapPropagator>> propagators;
10841084
std::unique_ptr<opentelemetry::context::propagation::TextMapPropagator> propagator;
10851085
std::vector<std::string> propagator_seen;
1086-
bool duplicate;
1086+
bool duplicate = false;
10871087

10881088
/*
10891089
* Note that the spec only requires to check duplicates between

0 commit comments

Comments
 (0)