fix missing method

This commit is contained in:
Maycon Santos
2025-03-09 19:03:57 +01:00
parent a2962b4ce0
commit 8430139d80

View File

@@ -23,7 +23,7 @@ const (
)
// Reset firewall to the default state
func (m *Manager) Reset(*statemanager.Manager) error {
func (m *Manager) Close(*statemanager.Manager) error {
m.mutex.Lock()
defer m.mutex.Unlock()