mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
6 lines
128 B
Go
6 lines
128 B
Go
package config
|
|
|
|
func (m *ConfigManager) DiscardPendingConfig() error {
|
|
m.pendingConfig = m.currentConfig.Clone()
|
|
return nil
|
|
}
|