changeset 299 | df653511caf9 |
parent 298 | fa1ab8cda47e |
child 308 | 08176bed21e3 |
--- a/bin/pvl.hosts-dns Tue Dec 17 01:04:06 2013 +0200 +++ b/bin/pvl.hosts-dns Tue Dec 17 01:15:37 2013 +0200 @@ -70,7 +70,7 @@ log.debug("%s: %s out of prefix: %s", host, ip, prefix) continue - fqdn = pvl.dns.zone.fqdn(host, host.domain) + fqdn = host.fqdn() log.debug("%s: ip=%s domain=%s: %s", host, ip, host.domain, fqdn)