
# HG changeset patch # User Heidi Eckhart <heidieck@linux.vnet.ibm.com> # Date 1197543894 -3600 # Node ID 346a3df2e978f42fc44e89c2d60e685befdda5ff # Parent 733f1e73fe50ea102d9c8942e3dfb0bbca2e6f91 SDC: RASD to AllocationCapabilities should return NOT_SUPPORTED instead of OK Signed-off-by: Heidi Eckhart <heidieck@linux.vnet.ibm.com> diff -r 733f1e73fe50 -r 346a3df2e978 src/Virt_SettingsDefineCapabilities.c --- a/src/Virt_SettingsDefineCapabilities.c Thu Dec 13 12:04:44 2007 +0100 +++ b/src/Virt_SettingsDefineCapabilities.c Thu Dec 13 12:04:54 2007 +0100 @@ -836,8 +836,8 @@ static CMPIStatus rasd_to_alloc_cap(cons struct std_assoc_info *info, struct inst_list *list) { - CMPIStatus s = {CMPI_RC_OK}; - + CMPIStatus s = {CMPI_RC_ERR_NOT_SUPPORTED}; + /* This direction of the association currently not supported. */ return s;