Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Duke <martin.h.duke@gmail.com>
  • Loading branch information
martinduke committed Apr 12, 2024
1 parent 858f29e commit 0347823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/common/quic/active_quic_listener.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ ActiveQuicListener::ActiveQuicListener(
std::make_unique<EnvoyQuicAlarmFactory>(dispatcher_, *connection_helper->GetClock());
// Set the socket to report incoming ECN.
if (receive_ecn) {
if (udp_listener->localAddress() == nullptr ||
udp_listener->localAdddress()->ip() == nullptr) {
if (udp_listener_->localAddress() == nullptr ||
udp_listener_->localAdddress()->ip() == nullptr) {
IS_ENVOY_BUG("UDP Listener does not have local IP address");
} else {
int optval = 1;
Expand Down

0 comments on commit 0347823

Please sign in to comment.