Skip to content

Commit

Permalink
Fix inconsistent function parameter name (#13177)
Browse files Browse the repository at this point in the history
The Constructor EnvoyInternalInstance has different parameter
name in definition and declaration.

Signed-off-by: Lin Lin <linlineric@google.com>
  • Loading branch information
ericlin0101 authored Sep 18, 2020
1 parent ba66a31 commit d16242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/network/address_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d16242b

Please sign in to comment.