
19 Nov
2007
19 Nov
'07
6:26 p.m.
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1195498911 28800 # Node ID 30e1598a81c47ec7794f232cfff1cfbdaa5a5387 # Parent 1b453297885197a4b629dca9d03ec7377e5cfc09 Fix uses of get_typed_*() in VSSD Signed-off-by: Dan Smith <danms@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));