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/branches/2.7@13028 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso
2012-06-07 19:47:09 +00:00
parent 89a9713be3
commit 6b2e3bafa8

View File

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