summaryrefslogtreecommitdiff
path: root/dns.go
diff options
context:
space:
mode:
Diffstat (limited to 'dns.go')
-rw-r--r--dns.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns.go b/dns.go
index 2f2f3ae..fd60b72 100644
--- a/dns.go
+++ b/dns.go
@@ -113,10 +113,10 @@ func lookupNS(domain string) {
}
tmp = shell.Chomp(tmp)
- if (tmp != me.status.NSrr.Get()) {
+ if (tmp != me.statusDNS.NSrr.Get()) {
me.changed = true
log.Log(CHANGE, "lookupNS() setting changed to me.NSrr =", tmp)
- me.status.NSrr.Set(tmp)
+ me.statusDNS.NSrr.Set(tmp)
}
}