From 5a303a1e82a8d7c5e399e2c9ba077197a54e4fb8 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 16 Jan 2009 21:13:15 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/xen.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/xen.pm b/xCAT-server/lib/xcat/plugins/xen.pm index 7a7ed58c9..691d360c6 100644 --- a/xCAT-server/lib/xcat/plugins/xen.pm +++ b/xCAT-server/lib/xcat/plugins/xen.pm @@ -414,7 +414,7 @@ sub makedom { if ($dom) { refresh_vm($dom); } - return $dom; + return $dom,undef; }