-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:
jbjohnso 2010-06-16 18:51:32 +00:00
parent bd743d0cb8
commit 1bb7712ae1

View File

@ -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;
}
}