[Libvirt-cim] [PATCH 22 of 27] Fix uses of get_typed_*() in VSSDComponent

Dan Smith danms at us.ibm.com
Mon Nov 19 18:26:14 UTC 2007


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1195499659 28800
# Node ID 906da584d07d8b15e324222de57beeff241aca38
# Parent  ec6c39eba07cdfad02b87e66e6b82afb2e5de479
Fix uses of get_typed_*() in VSSDComponent

Signed-off-by: Dan Smith <danms at us.ibm.com>

diff -r ec6c39eba07c -r 906da584d07d src/Virt_VSSDComponent.c
--- a/src/Virt_VSSDComponent.c	Mon Nov 19 11:13:43 2007 -0800
+++ b/src/Virt_VSSDComponent.c	Mon Nov 19 11:14:19 2007 -0800
@@ -160,6 +160,7 @@ static CMPIInstance *make_ref(const CMPI
         CMPIInstance *refinst = NULL;
 
         refinst = get_typed_instance(_BROKER,
+                                     CLASSNAME(ref),
                                      "VirtualSystemSettingDataComponent",
                                      NAMESPACE(ref));
 




More information about the Libvirt-cim mailing list