2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

- Fixed a compilation problems on platforms that define a value for FDDI,

which conflicts with a dhcp configuration syntax token by the same name.
  [ISC-Bugs #16898]
This commit is contained in:
David Hankins
2008-01-16 22:57:01 +00:00
parent 57fcb8d97a
commit 219a65eb6e
5 changed files with 9 additions and 6 deletions

View File

@@ -4821,7 +4821,7 @@ parse_server_duid_conf(struct parse *cfile) {
case TOKEN_RING:
ll_type = HTYPE_IEEE802;
break;
case FDDI:
case TOKEN_FDDI:
ll_type = HTYPE_FDDI;
break;
default:
@@ -4876,7 +4876,7 @@ parse_server_duid_conf(struct parse *cfile) {
case TOKEN_RING:
ll_type = HTYPE_IEEE802;
break;
case FDDI:
case TOKEN_FDDI:
ll_type = HTYPE_FDDI;
break;
default: