VirtualBox

Ignore:
Timestamp:
Jan 14, 2010 5:40:31 PM (15 years ago)
Author:
vboxsync
Message:

VBoxHeadless: -Wshadow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r25573 r25840  
    212212                if (SUCCEEDED(hrc) && machine)
    213213                {
    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")
    217217                    {
    218218                        fDisconnectOnGuestLogout = TRUE;
Note: See TracChangeset for help on using the changeset viewer.

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