Fix bug 3184683: makedhcp -a shouldn't return error with nodes doesn't reach

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10263 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-08-10 11:25:48 +00:00
parent 00c488b407
commit d292e44eb4

View File

@ -1293,8 +1293,7 @@ sub process_request
{
$callback->(
{
error => ["Unable to find mac address for $node"],
errorcode => [1]
warning => ["Unable to find mac address for $node"]
}
);
next;