Ticket #7781: fix_build.patch
| File fix_build.patch, 589 bytes (added by , 14 years ago) |
|---|
-
src/VBox/Main/ConsoleImpl.cpp
diff -Nur VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp
old new 1074 1074 updateGuestPropertiesVRDPDisconnect(u32ClientId); 1075 1075 #endif /* VBOX_WITH_GUEST_PROPS */ 1076 1076 1077 #ifdef VBOX_WITH_VRDP 1077 1078 if (u32Clients == 0) 1078 1079 mcGuestCredentialsProvided = false; 1080 #endif /* VBOX_WITH_VRDP */ 1079 1081 1080 1082 LogFlowFuncLeave(); 1081 1083 return;

