from dns dependency upate

This commit is contained in:
Steve Brunton 2022-02-21 12:37:44 -05:00
parent ef33170130
commit 29f7e8c132
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ func (c *collector) Collect(ch chan<- prometheus.Metric) {
d.Address = strings.TrimRight(s.Target, ".")
d.User = dev.User
d.Password = dev.Password
_ := c.getIdentity(&d)
_ = c.getIdentity(&d)
realDevices = append(realDevices, d)
}
}