VirtualBox

Changeset 94788 in vbox


Ignore:
Timestamp:
May 3, 2022 6:59:52 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151180
Message:

Main/Setting: Some fixes to the log file key store and ID naming, bugref:9955

File:
1 edited

Legend:

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

    r94739 r94788  
    61396139        elmMachine.getAttributeValuePath("stateFile", strStateFile);
    61406140
    6141         elmMachine.getAttributeValue("strLogKeyId", strLogKeyId);
    6142         elmMachine.getAttributeValue("strLogKeyStore", strLogKeyStore);
     6141        elmMachine.getAttributeValue("logKeyId", strLogKeyId);
     6142        elmMachine.getAttributeValue("logKeyStore", strLogKeyStore);
    61436143
    61446144        if (elmMachine.getAttributeValue("currentSnapshot", str))
     
    80428042            elmMachine.setAttribute("stateKeyStore", strStateKeyStore);
    80438043        if (strLogKeyId.length())
    8044             elmMachine.setAttribute("strLogKeyId", strLogKeyId);
     8044            elmMachine.setAttribute("logKeyId", strLogKeyId);
    80458045        if (strLogKeyStore.length())
    8046             elmMachine.setAttribute("strLogKeyStore", strLogKeyStore);
     8046            elmMachine.setAttribute("logKeyStore", strLogKeyStore);
    80478047    }
    80488048    if (    strStateFile.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