-Fix rpower on for Xen guests

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2620 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-01-16 21:13:15 +00:00
parent 9500ff045a
commit 5a303a1e82

View File

@ -414,7 +414,7 @@ sub makedom {
if ($dom) {
refresh_vm($dom);
}
return $dom;
return $dom,undef;
}