Skip to content

Commit 40fef09

Browse files
committed
fix
1 parent 08522d4 commit 40fef09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vlib/net/util.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ pub fn split_address(addr string) !(string, u16) {
3636
// addr only
3737
port := 0
3838
address := addr.all_before_last(':')
39-
p := validate_port(port)!
4039
return address, p
4140
}
4241
}

0 commit comments

Comments
 (0)