VirtualBox

Ignore:
Timestamp:
Nov 19, 2009 12:57:05 PM (15 years ago)
Author:
vboxsync
Message:

Main: Don't try to automatically clear TeleporterEnabled when it isn't safe / working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r24704 r24786  
    48064806    rc = mMachine->COMGETTER(TeleporterEnabled)(&fTeleporterEnabled);
    48074807    CheckComRCReturnRC(rc);
     4808#if 0 /** @todo we should save it afterwards, but that isn't necessarily a good idea. Find a better place for this (VBoxSVC).  */
    48084809    if (fTeleporterEnabled)
    48094810    {
     
    48114812        CheckComRCReturnRC(rc);
    48124813    }
     4814#endif
    48134815
    48144816    /* create a progress object to track progress of this operation */
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