Changeset 68918 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 28, 2017 4:30:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r68158 r68918 2240 2240 char szErr[256]; 2241 2241 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)); 2243 2245 if (RT_SUCCESS(vrc)) 2244 2246 hrc = S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.