Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Mathew John Roberts <auronandace@duck.com>
This commit is contained in:
Jeremy Soller
2026-04-05 07:51:20 -06:00
parent 2b63e37410
commit 933a53bfc0
+1 -1
View File
@@ -75,7 +75,7 @@ unsafe fn bind_or_connect(
return Err(Errno(EAFNOSUPPORT));
}
SocketCall::Connect => {
format!("{}.{}.{}.{}:{}", 0, 0, 0, 0, 0)
"0.0.0.0:0".to_string()
}
_ => unreachable!(),
}