# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1195499692 28800
# Node ID ec285ccf09c150d0f7a374a650043cc46401fcc2
# Parent 906da584d07d8b15e324222de57beeff241aca38
Fix uses of get_typed_*() in SettingsDefineState
Signed-off-by: Dan Smith <danms(a)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));