[Libvirt-cim] [PATCH 12 of 27] Fix uses of get_typed_*() in VSSD

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


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1195498911 28800
# Node ID 30e1598a81c47ec7794f232cfff1cfbdaa5a5387
# Parent  1b453297885197a4b629dca9d03ec7377e5cfc09
Fix uses of get_typed_*() in VSSD

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

diff -r 1b4532978851 -r 30e1598a81c4 src/Virt_VSSD.c
--- a/src/Virt_VSSD.c	Mon Nov 19 11:01:22 2007 -0800
+++ b/src/Virt_VSSD.c	Mon Nov 19 11:01:51 2007 -0800
@@ -108,6 +108,7 @@ CMPIInstance *get_vssd_instance(virDomai
         CMPIInstance *inst;
 
         inst = get_typed_instance(broker,
+                                  CLASSNAME(ref),
                                   "VirtualSystemSettingData",
                                   NAMESPACE(ref));
 




More information about the Libvirt-cim mailing list