mirror of
https://github.com/safing/portbase
synced 2025-09-09 13:55:47 +00:00
Fix module shutdown and logging integration
This commit is contained in:
parent
45e187f883
commit
d3dcee7075
4 changed files with 26 additions and 20 deletions
|
@ -79,7 +79,7 @@ func TestOrdering(t *testing.T) {
|
|||
func resetModules() {
|
||||
for _, module := range modules {
|
||||
module.Active.UnSet()
|
||||
module.starting = false
|
||||
module.inTransition = false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue