VirtualBox

Changeset 42391 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 25, 2012 1:21:27 PM (12 years ago)
Author:
vboxsync
Message:

Main/AutostartDb: Signal success if the autostart database is not supported on the host and the path is deleted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r42388 r42391  
    11801180    {
    11811181        int vrc = autostartDb->setAutostartDbPath(NULL);
    1182         if (RT_SUCCESS(vrc))
     1182        if (RT_SUCCESS(vrc) || vrc == VERR_NOT_SUPPORTED)
    11831183            m->strAutostartDatabasePath = "";
    11841184        else
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