
# HG changeset patch # User Kaitlin Rupert <karupert@us.ibm.com> # Date 1210633918 25200 # Node ID b9ddfef54aa7b51515efea27b95faf00edc5ace7 # Parent 1a31955ae3975f88582287fd1c3bbb7a57da3ed9 Make ReferencedConfiguration optional. The profile states that this parameter can be NULL. Signed-off-by: Kaitlin Rupert <karupert@us.ibm.com> diff -r 1a31955ae397 -r b9ddfef54aa7 src/Virt_VirtualSystemManagementService.c --- a/src/Virt_VirtualSystemManagementService.c Mon May 12 09:21:07 2008 -0700 +++ b/src/Virt_VirtualSystemManagementService.c Mon May 12 16:11:58 2008 -0700 @@ -1373,7 +1373,7 @@ .handler = define_system, .args = {{"SystemSettings", CMPI_instance, false}, {"ResourceSettings", CMPI_instanceA, false}, - {"ReferenceConfiguration", CMPI_ref, false}, + {"ReferenceConfiguration", CMPI_ref, true}, ARG_END } };