From d88f3e1ffaf619f2af9c4f40b85e3adc067bf558 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 25 Aug 2010 15:48:14 +0000 Subject: [PATCH] Fix missing semicolon in last checkin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7233 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 9a8f92834..5d6af13f6 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -285,7 +285,7 @@ sub build_diskstruct { my $model = $1; unless ($model) { #if not defined, model will stay undefined like above - $model = $confdata->{vm}->{$node}->[0]->{storagemodel} + $model = $confdata->{vm}->{$node}->[0]->{storagemodel}; unless ($model) { $model = 'ide'; } #if still not defined, ide } my $prefix='hd';