Changeset 79778 in vbox for trunk/src/VBox/NetworkServices/Dhcpd
- Timestamp:
- Jul 15, 2019 12:36:08 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132144
- Location:
- trunk/src/VBox/NetworkServices/Dhcpd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp
r79761 r79778 709 709 710 710 /* The opional 'encoding' attribute: */ 711 uint32_t u32Enc = 0; /* XXX: D hcpOptEncoding_Legacy*/711 uint32_t u32Enc = 0; /* XXX: DHCPOptionEncoding_Normal */ 712 712 const char *pszEncoding; 713 713 if (pElmOption->getAttributeValue("encoding", &pszEncoding)) … … 719 719 switch (u32Enc) 720 720 { 721 case 0: /* XXX: D hcpOptEncoding_Legacy*/722 case 1: /* XXX: D hcpOptEncoding_Hex */721 case 0: /* XXX: DHCPOptionEncoding_Normal */ 722 case 1: /* XXX: DHCPOptionEncoding_Hex */ 723 723 break; 724 724 default: -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.cpp
r79777 r79778 293 293 switch (aEnc) 294 294 { 295 case 0: /* D hcpOptEncoding_Legacy*/295 case 0: /* DHCPOptionEncoding_Normal */ 296 296 switch (aOptCode) 297 297 {
Note:
See TracChangeset
for help on using the changeset viewer.