Fix problem where IMMs in undiscovered chassis were not processed correctly

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12820 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-19 13:46:31 +00:00
parent 6275ebdc0f
commit 9890213fb5

View File

@ -276,5 +276,6 @@ sub do_blade_setup {
sendmsg([$result->[0],$result->[2]],$callback,$nodename);
}
}
return $rc;
}
1;