- Timestamp:
- Jul 4, 2013 5:52:39 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86971
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r46960 r46963 297 297 u8Slot)] 298 298 : GlobalDhcpOptions); 299 map[u8OptId] = std::string(ValueUnion.psz); 299 std::string strVal = ValueUnion.psz; 300 map.insert(DhcpOptValuePair(u8OptId, strVal); 300 301 301 302 }
Note:
See TracChangeset
for help on using the changeset viewer.