Changeset 71353 in vbox for trunk/src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp
- Timestamp:
- Mar 15, 2018 2:11:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp
r71305 r71353 580 580 if (argc < 2) 581 581 m_Config = Config::hardcoded(); 582 else if (strcmp(argv[1], "--config") == 0) 583 m_Config = Config::create(argc, argv); 582 584 else 583 585 m_Config = Config::compat(argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.