[Libvirt-cim] [PATCH 23 of 27] Fix uses of get_typed_*() in SettingsDefineState

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


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

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

diff -r 906da584d07d -r ec285ccf09c1 src/Virt_SettingsDefineState.c
--- a/src/Virt_SettingsDefineState.c	Mon Nov 19 11:14:19 2007 -0800
+++ b/src/Virt_SettingsDefineState.c	Mon Nov 19 11:14:52 2007 -0800
@@ -299,6 +299,7 @@ static CMPIInstance *make_ref(const CMPI
         CMPIInstance *refinst = NULL;
 
         refinst = get_typed_instance(_BROKER,
+                                     CLASSNAME(ref),
                                      "SettingsDefineState",
                                      NAMESPACE(ref));
 




More information about the Libvirt-cim mailing list