Skip to content

Commit

Permalink
update addressProvider => connectionInfoProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
electricjesus committed May 4, 2024
1 parent 5c83f3d commit b06ac43
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.addressProvider().localAddress();
original_local_address = socket.connectionInfoProvider().localAddress()
} else {
original_local_address = getOriginalDst(socket);
}
Expand Down

0 comments on commit b06ac43

Please sign in to comment.