This commit is contained in:
2024-10-14 12:11:27 +00:00
parent 7cebb88792
commit 8fe49e190e
16 changed files with 235 additions and 156 deletions

View File

@ -312,7 +312,7 @@ impl From<Endpoint> for SockAddr {
}
let addr_un = SockAddrUn {
sun_family: AddressFamily::Unix as u16,
sun_path: sun_path,
sun_path,
};
return SockAddr { addr_un };
}