From 4a086b277b06473cfa074d0efc8ad94f782f640e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 12 Aug 2010 18:34:06 +0000 Subject: [PATCH] -Fix syntax error in kvm plugin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7073 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index 0a80004d8..d79315d91 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -1367,7 +1367,7 @@ sub process_request { if ($kvmdatatab) { $confdata->{kvmnodedata} = $kvmdatatab->getNodesAttribs($noderange,[qw/xml/]); } else { - confdata->{kvmnodedata} = {}; + $confdata->{kvmnodedata} = {}; } if ($command eq 'mkvm' or $command eq 'rpower' and (grep { "$_" eq "on" or $_ eq "boot" or $_ eq "reset" } @exargs)) { xCAT::VMCommon::requestMacAddresses($confdata,$noderange);