Skip to content

Commit

Permalink
remove into()
Browse files Browse the repository at this point in the history
  • Loading branch information
thvdveld committed Dec 6, 2023
1 parent 4ec1509 commit 50a7452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iface/interface/sixlowpan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ impl InterfaceInner {
.as_ref()
.unwrap()
.relations
.find_next_hop(packet.header.dst_addr.into())
.find_next_hop(packet.header.dst_addr)
.is_some(),
rank_error: false,
forwarding_error: false,
Expand Down

0 comments on commit 50a7452

Please sign in to comment.