Changeset 87473 in vbox for trunk/src/VBox/NetworkServices/Dhcpd
- Timestamp:
- Jan 29, 2021 12:10:32 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp
r82968 r87473 1064 1064 /* Name - optional: */ 1065 1065 if (!pElmConfig->getAttributeValue("name", m_strName)) 1066 m_strName.printf("MAC:%RTmac", m_MACAddress);1066 m_strName.printf("MAC:%RTmac", &m_MACAddress); 1067 1067 1068 1068 /* Fixed IP address assignment - optional: */
Note:
See TracChangeset
for help on using the changeset viewer.