Changeset 79774 in vbox for trunk/src/VBox
- Timestamp:
- Jul 14, 2019 9:32:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp
r79771 r79774 382 382 { 383 383 case DHCPConfigScope_Group: 384 { 384 385 for (Data::GroupConfigIterator it = m->groupConfigs.begin(); it != m->groupConfigs.end();) 385 386 { … … 394 395 } 395 396 break; 397 } 396 398 397 399 case DHCPConfigScope_MAC: 398 400 case DHCPConfigScope_MachineNIC: 401 { 399 402 for (Data::IndividualConfigIterator it = m->individualConfigs.begin(); it != m->individualConfigs.end();) 400 403 { … … 409 412 } 410 413 break; 414 } 411 415 412 416 default:
Note:
See TracChangeset
for help on using the changeset viewer.