fix defect 3750
This commit is contained in:
parent
3188ab14cc
commit
8e48b6a40f
@ -355,7 +355,7 @@ sub getSNList
|
||||
$servicenodetab->close;
|
||||
foreach my $node (@nodes)
|
||||
{
|
||||
if ($service eq "") # want all the service nodes
|
||||
if (! defined ($service) || ($service eq "")) # want all the service nodes
|
||||
{
|
||||
push @servicenodes, $node->{node};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user