# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1196965106 28800
# Node ID 25193cc30daf4db213e989ee04573b7765785405
# Parent ebc42d00406a9800662470bb47fe5196e34c99a3
Fix missing InstanceID in ResourcePoolConfigurationCapabilities
Signed-off-by: Dan Smith <danms(a)us.ibm.com>
diff -r ebc42d00406a -r 25193cc30daf src/Virt_ResourcePoolConfigurationCapabilities.c
--- a/src/Virt_ResourcePoolConfigurationCapabilities.c Thu Dec 06 10:15:15 2007 -0800
+++ b/src/Virt_ResourcePoolConfigurationCapabilities.c Thu Dec 06 10:18:26 2007 -0800
@@ -60,6 +60,9 @@ static CMPIStatus get_rpc_cap(const CMPI
if (inst == NULL)
return (CMPIStatus){CMPI_RC_ERR_FAILED, NULL};
+ CMSetProperty(inst, "InstanceID",
+ (CMPIValue *)"RPCC", CMPI_chars);
+
/* No method currently supported */
*_inst = inst;