Skip to content

Commit

Permalink
use correct validator
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Greenway <[email protected]>
  • Loading branch information
ggreenway committed Mar 22, 2024
1 parent ffeac58 commit 80874f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/common/matchers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ StringMatcherPtr getExtensionStringMatcher(const ::xds::core::v3::TypedExtension
Server::Configuration::CommonFactoryContext& context) {
auto factory = Config::Utility::getAndCheckFactory<StringMatcherExtensionFactory>(config, false);
ProtobufTypes::MessagePtr message = Config::Utility::translateToFactoryConfig(
config, context.messageValidationContext().staticValidationVisitor(), *factory);
config, context.messageValidationVisitor(), *factory);
return factory->createStringMatcher(*message, context);
}

Expand Down

0 comments on commit 80874f0

Please sign in to comment.