# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1195499766 28800
# Node ID 13dd8a2a47e9227b8cf34852914d6f1ca0d61db0
# Parent 2669d79e2d2959da0de8d7709d66bad9fb36a2ec
Fix uses of get_typed_*() in ElementAllocatedFromPool
Signed-off-by: Dan Smith <danms(a)us.ibm.com>
diff -r 2669d79e2d29 -r 13dd8a2a47e9 src/Virt_ElementAllocatedFromPool.c
--- a/src/Virt_ElementAllocatedFromPool.c Mon Nov 19 11:15:22 2007 -0800
+++ b/src/Virt_ElementAllocatedFromPool.c Mon Nov 19 11:16:06 2007 -0800
@@ -257,6 +257,7 @@ static CMPIInstance *make_ref(const CMPI
CMPIInstance *refinst = NULL;
refinst = get_typed_instance(_BROKER,
+ CLASSNAME(ref),
"ElementAllocatedFromPool",
NAMESPACE(ref));