• C
    esx: Don't treat an empty root snapshot list as error · b1fab0c2
    Chris Wong 提交于
    An empty root snapshot list was considered as error condition. Creating a
    new snapshot would fail if the domain didn't have snapshots yet, because
    the snapshot-create function tries to lookup the list of existing snapshots
    in order to verify that the snapshot name is unique. This fails if the
    domain doesn't have snapshots yet.
    
    Removing the NULL check from esxVI_LookupRootSnapshotTreeList fixes this.
    b1fab0c2
esx_vi.c 90.5 KB