VirtualBox

Changeset 47451 in vbox for trunk/src


Ignore:
Timestamp:
Jul 29, 2013 8:09:04 AM (11 years ago)
Author:
vboxsync
Message:

VBoxManage: warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp

    r47021 r47451  
    292292                                           "--slot wasn't found");
    293293
    294                     DhcpOptMap& map = (fVmOptionRead ?
    295                                        VmSlot2Options[
    296                                          VmNameSlotKey::VmNameSlotKey(pszVmName,
    297                                                                       u8Slot)]
    298                                        : GlobalDhcpOptions);
     294                    DhcpOptMap& map = fVmOptionRead ? VmSlot2Options[VmNameSlotKey(pszVmName, u8Slot)]
     295                                                    : GlobalDhcpOptions;
    299296                    std::string strVal = ValueUnion.psz;
    300297                    map.insert(DhcpOptValuePair((DhcpOpt_T)u8OptId, strVal));
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