[Libvirt-cim] [PATCH 18 of 27] Fix uses of get_typed_*() in HostedResourcePool

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


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1195499464 28800
# Node ID aee029ef5abcbfff7fd730698c145f742de4e218
# Parent  3b7ec9c6323372f82fcad5be76faec50de401b6e
Fix uses of get_typed_*() in HostedResourcePool

Signed-off-by: Dan Smith <danms at 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) {




More information about the Libvirt-cim mailing list