mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
balls
This commit is contained in:
parent
e39e8b0e07
commit
a89da34d3a
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ func (f *WindowsFirewall) AllowPort(port int, address string, proto string, allo
|
|||
return err
|
||||
}
|
||||
|
||||
if core.Trim(out) != "" {
|
||||
if core.Trim(out) != "OK." {
|
||||
return fmt.Errorf("Unexpected netsh output: %s", out)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue