[mod] Microdecision to go with Moulinette#141

This commit is contained in:
Alexandre Aubin 2017-07-21 13:23:32 -04:00
parent c96d5f90ec
commit 84153f6390

View file

@ -233,7 +233,7 @@ def firewall_reload(skip_upnp=False):
]
# Execute each rule
if process.check_commands(rules, callback=_on_rule_command_error):
if process.run_commands(rules, callback=_on_rule_command_error):
errors = True
reloaded = True
@ -262,7 +262,7 @@ def firewall_reload(skip_upnp=False):
]
# Execute each rule
if process.check_commands(rules, callback=_on_rule_command_error):
if process.run_commands(rules, callback=_on_rule_command_error):
errors = True
reloaded = True