wok view virtualbox-ose/stuff/fix_build.patch @ rev 12986

enna: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 17:17:01 2012 +0200 (2012-06-02)
parents
children
line source
1 diff -Nur VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp
2 --- VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp 2010-12-01 09:09:35.000000000 -0800
3 +++ VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp 2010-12-01 14:10:59.846374315 -0800
4 @@ -1074,8 +1074,10 @@
5 updateGuestPropertiesVRDPDisconnect(u32ClientId);
6 #endif /* VBOX_WITH_GUEST_PROPS */
8 +#ifdef VBOX_WITH_VRDP
9 if (u32Clients == 0)
10 mcGuestCredentialsProvided = false;
11 +#endif /* VBOX_WITH_VRDP */
13 LogFlowFuncLeave();
14 return;