Changeset 75569 in vbox for trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.cpp
- Timestamp:
- Nov 19, 2018 12:04:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.cpp
r75568 r75569 36 36 optmap_t &operator<<(optmap_t &optmap, const std::shared_ptr<DhcpOption> &option) 37 37 { 38 if (option == nullptr)38 if (option == NULL) 39 39 return optmap; 40 40
Note:
See TracChangeset
for help on using the changeset viewer.