# HG changeset patch
# User Kaitlin Rupert <karupert(a)us.ibm.com>
# Date 1242225647 25200
# Node ID 63db2ab071a4a4505393456de90217aaf8dc3a75
# Parent 278f70bf80e0b192f79d9af225b161ea795e852a
CRS attribute MaxConcurrentEnabledSAPs has changed to MaxCurrentEnabledSAPs
Fixing name change of attributes in ConsoleRedirectionService
Signed-off-by: Kaitlin Rupert <karupert(a)us.ibm.com>
diff -r 278f70bf80e0 -r 63db2ab071a4 src/Virt_ConsoleRedirectionService.c
--- a/src/Virt_ConsoleRedirectionService.c Wed May 13 07:40:47 2009 -0700
+++ b/src/Virt_ConsoleRedirectionService.c Wed May 13 07:40:47 2009 -0700
@@ -84,7 +84,7 @@
(CMPIValue *)&array, CMPI_uint16A);
prop_val = (uint16_t)MAX_SAP_SESSIONS;
- CMSetProperty(inst, "MaxConcurrentEnabledSAPs",
+ CMSetProperty(inst, "MaxCurrentEnabledSAPs",
(CMPIValue *)&prop_val, CMPI_uint16);
prop_val = (uint16_t)CIM_CRS_SHARING_MODE;