• J
    xenapi: Resolve Coverity REVERSE_INULL · eab968c7
    John Ferlan 提交于
    Coverity notes in xenapiDomainGetXMLDesc that 'vms' is dereferenced
    a few times before a "if (vms) xen_vm_set_free(vms);" call is made.
    Since we'd exit out much sooner if the fetch of the vms failed, just
    remove the unnecessary "if (vms)" check.
    eab968c7
xenapi_driver.c 65.5 KB