- Timestamp:
- Jul 11, 2012 2:41:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r41914 r42110 1895 1895 } 1896 1896 1897 int saveFlags = 0;1898 1899 1897 /* we have already deleted the current state, so set the execution 1900 1898 * state accordingly no matter of the delete snapshot result */ … … 1946 1944 bool fNeedsGlobalSaveSettings = false; 1947 1945 rc = saveSettings(&fNeedsGlobalSaveSettings, 1948 SaveS_ResetCurStateModified | saveFlags);1946 SaveS_ResetCurStateModified); 1949 1947 if (FAILED(rc)) 1950 1948 throw rc;
Note:
See TracChangeset
for help on using the changeset viewer.