Changeset 72525 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jun 12, 2018 11:26:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r72523 r72525 4016 4016 4017 4017 // Primary group, which is entirely optional. 4018 stack.strPrimaryGroup.setNull(); 4018 4019 std::list<VirtualSystemDescriptionEntry*> vsdePrimaryGroup = vsdescThis->i_findByType(VirtualSystemDescriptionType_PrimaryGroup); 4019 4020 if (vsdePrimaryGroup.size() >= 1) … … 4028 4029 // it takes precedence, otherwise it is recreated from the base folder 4029 4030 // and the primary group. 4031 stack.strSettingsFilename.setNull(); 4030 4032 std::list<VirtualSystemDescriptionEntry*> vsdeSettingsFile = vsdescThis->i_findByType(VirtualSystemDescriptionType_SettingsFile); 4031 4033 if (vsdeSettingsFile.size() >= 1)
Note:
See TracChangeset
for help on using the changeset viewer.