
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1195498949 28800 # Node ID f328924600e90f76f360e19c40b30cd63bc40801 # Parent 30e1598a81c47ec7794f232cfff1cfbdaa5a5387 Fix uses of get_typed_*() in HostedDependency Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r 30e1598a81c4 -r f328924600e9 src/Virt_HostedDependency.c --- a/src/Virt_HostedDependency.c Mon Nov 19 11:01:51 2007 -0800 +++ b/src/Virt_HostedDependency.c Mon Nov 19 11:02:29 2007 -0800 @@ -84,6 +84,7 @@ static CMPIInstance *make_ref(const CMPI CMPIInstance *refinst = NULL; refinst = get_typed_instance(_BROKER, + CLASSNAME(ref), "HostedDependency", NAMESPACE(ref));