fix call to undefined method pdns::_generateDomainConfig() in PowerDNS cronjob when using custom zone-file in a domain
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -61,7 +61,6 @@ class pdns extends DnsBase
|
|||||||
$subzones[] = $this->walkDomainList($domains[$child_domain_id], $domains);
|
$subzones[] = $this->walkDomainList($domains[$child_domain_id], $domains);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($domain['zonefile'] == '') {
|
|
||||||
// check for system-hostname
|
// check for system-hostname
|
||||||
$isFroxlorHostname = false;
|
$isFroxlorHostname = false;
|
||||||
if (isset($domain['froxlorhost']) && $domain['froxlorhost'] == 1) {
|
if (isset($domain['froxlorhost']) && $domain['froxlorhost'] == 1) {
|
||||||
@@ -89,12 +88,6 @@ class pdns extends DnsBase
|
|||||||
$isFroxlorHostname,
|
$isFroxlorHostname,
|
||||||
true);
|
true);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
$this->_logger->logAction(CRON_ACTION, LOG_ERROR,
|
|
||||||
'Zonefiles are NOT supported when PowerDNS is selected as DNS daemon (triggered by: ' .
|
|
||||||
$domain['domain'] . ')');
|
|
||||||
$this->_bindconf_file .= $this->_generateDomainConfig($domain);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function _clearZoneTables()
|
private function _clearZoneTables()
|
||||||
|
|||||||
Reference in New Issue
Block a user