Skip to content

Commit

Permalink
look i'm too used to golang
Browse files Browse the repository at this point in the history
  • Loading branch information
electricjesus committed May 4, 2024
1 parent b06ac43 commit 375e14b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Network::FilterStatus OriginalDstFilter::onAccept(Network::ListenerFilterCallbac
Network::Address::InstanceConstSharedPtr original_local_address;

if (Network::Utility::isTransparent(socket)) {
original_local_address = socket.connectionInfoProvider().localAddress()
original_local_address = socket.connectionInfoProvider().localAddress();
} else {
original_local_address = getOriginalDst(socket);
}
Expand Down

0 comments on commit 375e14b

Please sign in to comment.