Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 21, 2024
1 parent 4297fc8 commit 0aab690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/net/interfaces/bsd/freebsd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ fn detect_compat_freebsd32() -> bool {
false
}

pub fn probe_routing_stack() -> RoutingStack {
pub(super) fn probe_routing_stack() -> RoutingStack {
let rtm_version = RTM_VERSION;

// Currently only BSD11 support is implemented.
Expand Down

0 comments on commit 0aab690

Please sign in to comment.