- Timestamp:
- Jul 4, 2013 6:10:29 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r46964 r46967 298 298 : GlobalDhcpOptions); 299 299 std::string strVal = ValueUnion.psz; 300 map.insert(DhcpOptValuePair( u8OptId, strVal));300 map.insert(DhcpOptValuePair((DhcpOpt_T)u8OptId, strVal)); 301 301 302 302 }
Note:
See TracChangeset
for help on using the changeset viewer.