Changeset 54265 in vbox
- Timestamp:
- Feb 18, 2015 3:24:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp
r50355 r54265 266 266 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 267 267 268 m->GlobalDhcpOptions .insert(DhcpOptValuePair(aOption, aValue));268 m->GlobalDhcpOptions[aOption] = aValue; 269 269 270 270 /* Indirect way to understand that we're on NAT network */
Note:
See TracChangeset
for help on using the changeset viewer.