Changeset 25840 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Jan 14, 2010 5:40:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r25573 r25840 212 212 if (SUCCEEDED(hrc) && machine) 213 213 { 214 Bstr value ;215 hrc = machine->GetExtraData(Bstr("VRDP/DisconnectOnGuestLogout"), value .asOutParam());216 if (SUCCEEDED(hrc) && value == "1")214 Bstr value1; 215 hrc = machine->GetExtraData(Bstr("VRDP/DisconnectOnGuestLogout"), value1.asOutParam()); 216 if (SUCCEEDED(hrc) && value1 == "1") 217 217 { 218 218 fDisconnectOnGuestLogout = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.