VirtualBox

Changeset 36076 in vbox


Ignore:
Timestamp:
Feb 24, 2011 4:37:51 PM (14 years ago)
Author:
vboxsync
Message:

Right extra data variable name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r36075 r36076  
    34793479        H();
    34803480
    3481         hrc = pMachine->GetExtraData(Bstr("AllowPromiscousGuests").raw(), bstr.asOutParam());
     3481        hrc = pMachine->GetExtraData(Bstr("VBoxInternal2/AllowPromiscousGuests").raw(), bstr.asOutParam());
    34823482        if (SUCCEEDED(hrc) && bstr.isEmpty())
    3483             hrc = virtualBox->GetExtraData(Bstr("AllowPromiscousGuests").raw(), bstr.asOutParam());
     3483            hrc = virtualBox->GetExtraData(Bstr("VBoxInternal2/AllowPromiscousGuests").raw(), bstr.asOutParam());
    34843484        H();
    34853485        const char * const pszPromiscuousGuestPolicy = bstr.isNotEmpty() ? "allow" : "deny";
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