VirtualBox

Ticket #18153: vnc_fix.patch

File vnc_fix.patch, 919 bytes (added by gim, 6 years ago)
  • src/VBox/Main/src-client/ConsoleImpl.cpp

    diff --git a/src/VBox/Main/src-client/ConsoleImpl.cpp b/src/VBox/Main/src-client/ConsoleImpl.cpp
    index bedac601..ed0badf4 100644
    a b void Console::i_powerUpThreadTask(VMPowerUpTask *pTask)  
    98599859
    98609860        alock.acquire();
    98619861
    9862         /* Enable client connections to the server. */
     9862        /* Enable client connections to the VRDP server. */
    98639863        pConsole->i_consoleVRDPServer()->EnableConnections();
    98649864
    98659865#ifdef VBOX_WITH_AUDIO_VRDE
    void Console::i_powerUpThreadTask(VMPowerUpTask *pTask)  
    98779877        }
    98789878#endif
    98799879
    9880         /* Enable client connections to the VRDP server. */
    9881         pConsole->i_consoleVRDPServer()->EnableConnections();
    9882 
    98839880#ifdef VBOX_WITH_VIDEOREC
    98849881        BOOL fVideoRecEnabled = FALSE;
    98859882        rc = pConsole->mMachine->COMGETTER(VideoCaptureEnabled)(&fVideoRecEnabled);

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette