From 298b4e0e3d59d1f814e18deec714fde853c4b94f Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 7 Jun 2012 19:46:54 +0000 Subject: [PATCH] Fix error with how enum is passed into vsphere api in vsphere support for win2k3 specialization git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13027 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index aec898019..06fdb86fd 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -2388,7 +2388,7 @@ sub make_customization_spec { %lfpd = ( licenseFilePrintData=>CustomizationLicenseFilePrintData->new( autoMode=>CustomizationLicenseDataMode->new( - val => 'perSeat', + 'perSeat' ) ) );