- Timestamp:
- Jul 29, 2013 8:09:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r47021 r47451 292 292 "--slot wasn't found"); 293 293 294 DhcpOptMap& map = (fVmOptionRead ? 295 VmSlot2Options[ 296 VmNameSlotKey::VmNameSlotKey(pszVmName, 297 u8Slot)] 298 : GlobalDhcpOptions); 294 DhcpOptMap& map = fVmOptionRead ? VmSlot2Options[VmNameSlotKey(pszVmName, u8Slot)] 295 : GlobalDhcpOptions; 299 296 std::string strVal = ValueUnion.psz; 300 297 map.insert(DhcpOptValuePair((DhcpOpt_T)u8OptId, strVal));
Note:
See TracChangeset
for help on using the changeset viewer.