Remove bogus error message when running lsdef -a
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2431 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d16eaee9f5
commit
1e1bc9ab11
@ -440,9 +440,6 @@ sub getDBtable
|
||||
my $thistable = xCAT::Table->new($table, -create => 1, -autocommit => 0);
|
||||
if (!$thistable)
|
||||
{
|
||||
my $rsp;
|
||||
$rsp->{data}->[0] = "Could not get the \'$table\' table.";
|
||||
xCAT::MsgUtils->message("E", $rsp, $::callback);
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user