2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00

defect 4235

This commit is contained in:
lissav
2014-07-24 10:45:36 -04:00
parent 80dc1ce1a7
commit 328ff3fa75

View File

@@ -4036,7 +4036,7 @@ sub parse_and_run_dsh
{ # from sinv, discard this name
undef @$nodes;
}
if (@$nodes)
if ($nodes)
{
my $rsp = {};
$rsp->{error}->[0] =
@@ -4505,7 +4505,7 @@ sub parse_and_run_dcp
#
# build list of nodes
my @nodelist;
if (@$nodes)
if ($nodes)
{ # there are nodes
@nodelist = @$nodes;
$options{'nodes'} = join(',', @nodelist);