Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Mathew John Roberts <auronandace@duck.com>
This commit is contained in:
@@ -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!(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user