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
This commit is contained in:
jbjohnso 2012-06-07 19:46:54 +00:00
parent f144582597
commit 298b4e0e3d

View File

@ -2388,7 +2388,7 @@ sub make_customization_spec {
%lfpd = (
licenseFilePrintData=>CustomizationLicenseFilePrintData->new(
autoMode=>CustomizationLicenseDataMode->new(
val => 'perSeat',
'perSeat'
)
)
);