defect 4235

This commit is contained in:
lissav 2014-07-24 10:46:36 -04:00
parent 498afad13c
commit 8ce66a26f0

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);