Changeset 42391 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 25, 2012 1:21:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r42388 r42391 1180 1180 { 1181 1181 int vrc = autostartDb->setAutostartDbPath(NULL); 1182 if (RT_SUCCESS(vrc) )1182 if (RT_SUCCESS(vrc) || vrc == VERR_NOT_SUPPORTED) 1183 1183 m->strAutostartDatabasePath = ""; 1184 1184 else
Note:
See TracChangeset
for help on using the changeset viewer.