[Libvirt-cim] [PATCH 26 of 27] Fix uses of get_typed_*() in HostedService

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


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1195499818 28800
# Node ID 1911ceb455c3a0ed249e4d0eaad750ef8a46aaf8
# Parent  13dd8a2a47e9227b8cf34852914d6f1ca0d61db0
Fix uses of get_typed_*() in HostedService

Signed-off-by: Dan Smith <danms at us.ibm.com>

diff -r 13dd8a2a47e9 -r 1911ceb455c3 src/Virt_HostedService.c
--- a/src/Virt_HostedService.c	Mon Nov 19 11:16:06 2007 -0800
+++ b/src/Virt_HostedService.c	Mon Nov 19 11:16:58 2007 -0800
@@ -89,6 +89,7 @@ static CMPIInstance *make_ref(const CMPI
                 goto out;
 
         refinst = get_typed_instance(_BROKER,
+                                     CLASSNAME(ref),
                                      base,
                                      NAMESPACE(ref));
 




More information about the Libvirt-cim mailing list