Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
Co-authored-by: t4lz <t4lz.git@gmail.com>
  • Loading branch information
meowjesty and t4lz authored Aug 18, 2023
1 parent 1470c86 commit 474eb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/layer/src/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ impl OutgoingSelector {
.filter(filter_protocol)

Check warning on line 443 in mirrord/layer/src/socket.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/src/socket.rs
.any(any_address)
{
// Our "local" selector matched, but this `address` might be a remotely resolved
// Our "local" selector matched (e.g. because of the port), but this `address` might be a remotely resolved
// ip, so we first have to check in our `REMOTE_DNS_REVERSE_MAPPING` to resolve
// the original hostname locally, and get a local ip we can connect to.
Self::get_local_address_to_connect(address)?
Expand Down

0 comments on commit 474eb96

Please sign in to comment.