fix return value of LookupHost::port()

[Benjamin Lamowski: Reworded commit message after split commit.]
This commit is contained in:
Sebastian Humenda 2018-12-05 15:53:14 +01:00 committed by Benjamin Lamowski
parent 7a74d28c38
commit 11b717647e

View file

@ -497,7 +497,7 @@ pub mod net {
impl LookupHost {
pub fn port(&self) -> u16 {
unimpl!();
0 // unimplemented
}
}