Changeset 94788 in vbox
- Timestamp:
- May 3, 2022 6:59:52 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r94739 r94788 6139 6139 elmMachine.getAttributeValuePath("stateFile", strStateFile); 6140 6140 6141 elmMachine.getAttributeValue(" strLogKeyId", strLogKeyId);6142 elmMachine.getAttributeValue(" strLogKeyStore", strLogKeyStore);6141 elmMachine.getAttributeValue("logKeyId", strLogKeyId); 6142 elmMachine.getAttributeValue("logKeyStore", strLogKeyStore); 6143 6143 6144 6144 if (elmMachine.getAttributeValue("currentSnapshot", str)) … … 8042 8042 elmMachine.setAttribute("stateKeyStore", strStateKeyStore); 8043 8043 if (strLogKeyId.length()) 8044 elmMachine.setAttribute(" strLogKeyId", strLogKeyId);8044 elmMachine.setAttribute("logKeyId", strLogKeyId); 8045 8045 if (strLogKeyStore.length()) 8046 elmMachine.setAttribute(" strLogKeyStore", strLogKeyStore);8046 elmMachine.setAttribute("logKeyStore", strLogKeyStore); 8047 8047 } 8048 8048 if ( strStateFile.length()
Note:
See TracChangeset
for help on using the changeset viewer.