VirtualBox

Changeset 68918 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 28, 2017 4:30:45 PM (7 years ago)
Author:
vboxsync
Message:

Main,iprt: Don't fail an import just because the manifest contains more entries than what we processed during the import.

File:
1 edited

Legend:

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

    r68158 r68918  
    22402240        char szErr[256];
    22412241        vrc = RTManifestEqualsEx(m->hTheirManifest, m->hOurManifest, NULL /*papszIgnoreEntries*/,
    2242                                  NULL /*papszIgnoreAttrs*/, RTMANIFEST_EQUALS_IGN_MISSING_ATTRS, szErr, sizeof(szErr));
     2242                                 NULL /*papszIgnoreAttrs*/,
     2243                                 RTMANIFEST_EQUALS_IGN_MISSING_ATTRS | RTMANIFEST_EQUALS_IGN_MISSING_ENTRIES_2ND,
     2244                                 szErr, sizeof(szErr));
    22432245        if (RT_SUCCESS(vrc))
    22442246            hrc = S_OK;
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