Skip to content

Commit

Permalink
[DEBUG ON THE CI]
Browse files Browse the repository at this point in the history
FreeBSD is failing :(
  • Loading branch information
Thomasdezeeuw committed Jun 9, 2024
1 parent efce8de commit 9de37c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sys/unix/uds/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ pub(crate) fn accept(listener: &net::UnixListener) -> io::Result<(UnixStream, So

#[allow(unused_mut)] // See below.
let mut path_len = socklen as usize - path_offset(&sockaddr);
dbg!(&path_len, &sockaddr.sun_path);
// Darwin is being weird, it returns a length of 16, but an unnamed (all
// zero) address. Map that to a length of 0 to match other OS.
#[cfg(any(
Expand Down

0 comments on commit 9de37c5

Please sign in to comment.