>
> - status = verify_ectp_assoc(server, virt)
> + reg_classname = get_typed_class(virt, "RegisteredProfile")
> + an = get_typed_class(virt,"ElementConformsToProfile")
> +
> + status, prof_inst_lst = get_proflist(server, reg_classname, virt)
> + if status != PASS:
> + return status
> +
> + status, verify_ectp_list = init_vs_pool_values(server, virt)
> + if status != PASS:
> + Globals.CIM_NS = prev_namespace
> + cxml.destroy(server)
> + cxml.undefine(server)
> + Do you think it's better to return status here?
Thanks!
Yes, I definitely missed adding the return status here. Thanks for
catching this!
--
Kaitlin Rupert
IBM Linux Technology Center
kaitlin(a)linux.vnet.ibm.com