initialize if no zones

This commit is contained in:
lissav 2014-02-26 11:32:07 -05:00
parent 318cf6bfa8
commit d122c8a3fa

View File

@ -492,7 +492,7 @@ sub makescript {
# if using zones then must go to the zone.sshbetweennodes
# else go to site.sshbetweennodes
my $enablesshbetweennodes;
my $zonename;
my $zonename="\'\'";
if ($usingzones) {
$enablesshbetweennodes = enableSSHbetweennodeszones($node,$callback);
$enablesshbetweennodes = enableSSHbetweennodeszones($node,$callback);