diff --git a/monitor_windows.go b/monitor_windows.go index d58e701..179f074 100644 --- a/monitor_windows.go +++ b/monitor_windows.go @@ -108,7 +108,7 @@ func (m *defaultInterfaceMonitor) checkUpdate() error { return E.Cause(err, "find updated interface: ", alias) } m.defaultInterface.Store(newInterface) - if oldInterface != nil && !oldInterface.Equals(*newInterface) { + if oldInterface != nil && oldInterface.Equals(*newInterface) { return nil } m.emit(newInterface, 0)