# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1195499849 28800
# Node ID 5cba4b046c9c91c502c93ce1042872f1eaeecb3b
# Parent 1911ceb455c3a0ed249e4d0eaad750ef8a46aaf8
Fix uses of get_typed_*() in ElementSettingData
Signed-off-by: Dan Smith <danms(a)us.ibm.com>
diff -r 1911ceb455c3 -r 5cba4b046c9c src/Virt_ElementSettingData.c
--- a/src/Virt_ElementSettingData.c Mon Nov 19 11:16:58 2007 -0800
+++ b/src/Virt_ElementSettingData.c Mon Nov 19 11:17:29 2007 -0800
@@ -97,6 +97,7 @@ static CMPIInstance *make_ref(const CMPI
goto out;
refinst = get_typed_instance(_BROKER,
+ CLASSNAME(ref),
base,
NAMESPACE(ref));