-Fix zone duplication problem in dns.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6489 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
bd743d0cb8
commit
1bb7712ae1
@ -99,7 +99,7 @@ sub get_reverse_zone_for_entity {
|
||||
unshift(@zone,(shift @orig));
|
||||
}
|
||||
$rev = join('.',@zone);
|
||||
$rev .= '.IN-ADDR.ARPA';
|
||||
$rev .= '.IN-ADDR.ARPA.';
|
||||
return $rev;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user