VirtualBox

Changeset 59564 in vbox for trunk


Ignore:
Timestamp:
Feb 2, 2016 6:36:34 PM (9 years ago)
Author:
vboxsync
Message:

Appliance::i_importFSOVF: Typo, should use RTManifestEntrySetAttr not RTManifestSetAttr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r59555 r59564  
    15371537
    15381538            /* Add the digest of the ovf to our verification manifest. */
    1539             vrc = RTManifestSetAttr(stack.hSrcDisksManifest, RTPathFilename(pTask->locInfo.strPath.c_str()),
    1540                                     m->strOVFSHADigest.c_str(), m->fSha256 ? RTMANIFEST_ATTR_SHA256 : RTMANIFEST_ATTR_SHA1);
     1539            vrc = RTManifestEntrySetAttr(stack.hSrcDisksManifest, RTPathFilename(pTask->locInfo.strPath.c_str()),
     1540                                         m->strOVFSHADigest.c_str(), m->fSha256 ? RTMANIFEST_ATTR_SHA256 : RTMANIFEST_ATTR_SHA1);
    15411541            if (RT_FAILURE(vrc))
    15421542                throw setError(VBOX_E_IPRT_ERROR, "Adding OVF digest failed (%Rrc)", vrc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette