Removed duplicate func from FreeBSD net file.
This commit is contained in:
parent
426ad9cfa3
commit
6e89b6b13d
@ -17,11 +17,6 @@ import (
|
||||
func setupPortForward(ip, port string) {
|
||||
}
|
||||
|
||||
func portUsageCount(ports ...[]int) int {
|
||||
const CMD = "sockstat -4c -p 22"
|
||||
return 0
|
||||
}
|
||||
|
||||
func portUsageCount(ports ...int) int {
|
||||
cmd := "sockstat -4c"
|
||||
for _, v := range ports {
|
||||
|
Loading…
Reference in New Issue
Block a user