Changeset 36076 in vbox
- Timestamp:
- Feb 24, 2011 4:37:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r36075 r36076 3479 3479 H(); 3480 3480 3481 hrc = pMachine->GetExtraData(Bstr(" AllowPromiscousGuests").raw(), bstr.asOutParam());3481 hrc = pMachine->GetExtraData(Bstr("VBoxInternal2/AllowPromiscousGuests").raw(), bstr.asOutParam()); 3482 3482 if (SUCCEEDED(hrc) && bstr.isEmpty()) 3483 hrc = virtualBox->GetExtraData(Bstr(" AllowPromiscousGuests").raw(), bstr.asOutParam());3483 hrc = virtualBox->GetExtraData(Bstr("VBoxInternal2/AllowPromiscousGuests").raw(), bstr.asOutParam()); 3484 3484 H(); 3485 3485 const char * const pszPromiscuousGuestPolicy = bstr.isNotEmpty() ? "allow" : "deny";
Note:
See TracChangeset
for help on using the changeset viewer.