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)
|
| 9859 | 9859 | |
| 9860 | 9860 | alock.acquire(); |
| 9861 | 9861 | |
| 9862 | | /* Enable client connections to the server. */ |
| | 9862 | /* Enable client connections to the VRDP server. */ |
| 9863 | 9863 | pConsole->i_consoleVRDPServer()->EnableConnections(); |
| 9864 | 9864 | |
| 9865 | 9865 | #ifdef VBOX_WITH_AUDIO_VRDE |
| … |
… |
void Console::i_powerUpThreadTask(VMPowerUpTask *pTask)
|
| 9877 | 9877 | } |
| 9878 | 9878 | #endif |
| 9879 | 9879 | |
| 9880 | | /* Enable client connections to the VRDP server. */ |
| 9881 | | pConsole->i_consoleVRDPServer()->EnableConnections(); |
| 9882 | | |
| 9883 | 9880 | #ifdef VBOX_WITH_VIDEOREC |
| 9884 | 9881 | BOOL fVideoRecEnabled = FALSE; |
| 9885 | 9882 | rc = pConsole->mMachine->COMGETTER(VideoCaptureEnabled)(&fVideoRecEnabled); |