# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1195499464 28800
# Node ID aee029ef5abcbfff7fd730698c145f742de4e218
# Parent 3b7ec9c6323372f82fcad5be76faec50de401b6e
Fix uses of get_typed_*() in HostedResourcePool
Signed-off-by: Dan Smith <danms(a)us.ibm.com>
diff -r 3b7ec9c63233 -r aee029ef5abc src/Virt_HostedResourcePool.c
--- a/src/Virt_HostedResourcePool.c Mon Nov 19 11:10:32 2007 -0800
+++ b/src/Virt_HostedResourcePool.c Mon Nov 19 11:11:04 2007 -0800
@@ -103,6 +103,7 @@ static CMPIInstance *make_ref(const CMPI
base = class_base_name(info->assoc_class);
refinst = get_typed_instance(_BROKER,
+ CLASSNAME(ref),
base,
NAMESPACE(ref));
if (refinst != NULL) {