• J
    storage_util: Remove unnecessary check · 8fc9949c
    John Ferlan 提交于
    Commit id 'a48c7141' altered the logic a bit and didn't
    remove an unnecessary check as info.encryption is true when
    vol->target.encryption != NULL, so if we enter the if segment
    with info.format == VIR_STORAGE_FILE_RAW && vol->target.encryption
    != NULL, then there's no way info.encryption could be false.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    8fc9949c
storage_util.c 128.2 KB