fix for bug 2871459: should not return error message when the table is empty
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4335 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e1c3d93643
commit
4aba90d029
@ -507,14 +507,6 @@ sub getobjdefs
|
||||
} #end if ($match...
|
||||
} #end foreach
|
||||
} # end if (defined...
|
||||
else
|
||||
{
|
||||
my $rsp;
|
||||
$rsp->{data}->[0] =
|
||||
"Could not read the \'$lookup_table\' table from the xCAT database.";
|
||||
xCAT::MsgUtils->message("E", $rsp, $::callback);
|
||||
return undef;
|
||||
}
|
||||
} #end if ($intabhash...
|
||||
} #end foreach my $this_attr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user