VirtualBox

Changeset 94714 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Apr 27, 2022 7:41:12 AM (3 years ago)
Author:
vboxsync
Message:

Main,Settings: Integrate the extension pack cryptographic module in the ExtPack manager etc., bugref:9955

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r94685 r94714  
    23322332                        pelmGlobalChild->getAttributeValue("webServiceAuthLibrary", systemProperties.strWebServiceAuthLibrary);
    23332333                        pelmGlobalChild->getAttributeValue("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack);
     2334                        pelmGlobalChild->getAttributeValue("defaultCryptoExtPack", systemProperties.strDefaultCryptoExtPack);
    23342335                        pelmGlobalChild->getAttributeValue("LogHistoryCount", systemProperties.uLogHistoryCount);
    23352336                        pelmGlobalChild->getAttributeValue("autostartDatabasePath", systemProperties.strAutostartDatabasePath);
     
    26282629    if (systemProperties.strDefaultVRDEExtPack.length())
    26292630        pelmSysProps->setAttribute("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack);
     2631    if (systemProperties.strDefaultCryptoExtPack.length())
     2632        pelmSysProps->setAttribute("defaultCryptoExtPack", systemProperties.strDefaultCryptoExtPack);
    26302633    pelmSysProps->setAttribute("LogHistoryCount", systemProperties.uLogHistoryCount);
    26312634    if (systemProperties.strAutostartDatabasePath.length())
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