mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
* minor
This commit is contained in:
parent
94f3bf44d7
commit
2c91de73af
1 changed files with 1 additions and 2 deletions
|
@ -262,8 +262,7 @@ func refreshFiltersIfNecessary(force bool) int {
|
|||
if updateCount > 0 && isRunning {
|
||||
err := reconfigureDNSServer()
|
||||
if err != nil {
|
||||
msg := fmt.Sprintf("SHOULD NOT HAPPEN: cannot reconfigure DNS server with the new filters: %s", err)
|
||||
panic(msg)
|
||||
log.Error("cannot reconfigure DNS server with the new filters: %s", err)
|
||||
}
|
||||
}
|
||||
return updateCount
|
||||
|
|
Loading…
Add table
Reference in a new issue