2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-27 23:01:12 +00:00

fixed ddns.pm plugin loading problems

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8357 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers
2010-12-08 11:43:56 +00:00
parent 8eba954b88
commit 3c9c584141

View File

@@ -305,7 +305,7 @@ sub get_zonesdir {
}
if ($sitetab) {
($ref) = $sitetab->getAttribs({key => 'bindzones'}, 'value');
my ($ref) = $sitetab->getAttribs({key => 'bindzones'}, 'value');
if ($ref and $ref->{value}) {
$ZonesDir= $ref->{value};
}
@@ -327,7 +327,7 @@ sub get_conf {
}
if ($sitetab) {
($ref) = $sitetab->getAttribs({key => 'bindconf'}, 'value');
my ($ref) = $sitetab->getAttribs({key => 'bindconf'}, 'value');
if ($ref and $ref->{value}) {
$conf= $ref->{value};
}