mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
fixed leak checking fw status
This commit is contained in:
parent
0207e3a55f
commit
9cee3b3a73
1 changed files with 2 additions and 0 deletions
|
@ -105,7 +105,9 @@ func (n *Nft) Stop() {
|
|||
n.StopCheckingRules()
|
||||
n.CleanRules(log.GetLogLevel() == log.DEBUG)
|
||||
|
||||
n.Lock()
|
||||
n.Running = false
|
||||
n.Unlock()
|
||||
}
|
||||
|
||||
// EnableInterception adds firewall rules to intercept connections
|
||||
|
|
Loading…
Add table
Reference in a new issue