From d16242bbe9cab10b6b321c08e883117193e2463f Mon Sep 17 00:00:00 2001 From: lin lin <46575163+ericlin0101@users.noreply.github.com> Date: Fri, 18 Sep 2020 18:35:01 -0400 Subject: [PATCH] Fix inconsistent function parameter name (#13177) The Constructor EnvoyInternalInstance has different parameter name in definition and declaration. Signed-off-by: Lin Lin --- source/common/network/address_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/network/address_impl.h b/source/common/network/address_impl.h index ad0ec9f4cf54..11aed2301952 100644 --- a/source/common/network/address_impl.h +++ b/source/common/network/address_impl.h @@ -255,7 +255,7 @@ class EnvoyInternalInstance : public InstanceBase { /** * Construct from a string name. */ - explicit EnvoyInternalInstance(const std::string& envoy_listener_name, + explicit EnvoyInternalInstance(const std::string& address_id, const SocketInterface* sock_interface = nullptr); // Network::Address::Instance