Removed duplicate func from FreeBSD net file.

This commit is contained in:
Gary Talent 2016-02-27 18:22:14 -06:00
parent 426ad9cfa3
commit 6e89b6b13d

View File

@ -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 {