*(dnsforward): fix safe search returning nxdomain
✅ Closes: https://github.com/AdguardTeam/AdGuardHome/issues/1387
This commit is contained in:
@@ -225,7 +225,7 @@ func (d *Dnsfilter) filtersInitializer() {
|
||||
// Close - close the object
|
||||
func (d *Dnsfilter) Close() {
|
||||
if d.rulesStorage != nil {
|
||||
d.rulesStorage.Close()
|
||||
_ = d.rulesStorage.Close()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user