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:
ligc 2009-10-10 01:55:15 +00:00
parent e1c3d93643
commit 4aba90d029

View File

@ -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