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