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:
parent
8eba954b88
commit
3c9c584141
@ -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};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user