mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
-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…
x
Reference in New Issue
Block a user