From 9827a7982b2fb463530cc804d0da7370ed9b716a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 19 Jul 1999 01:58:46 +0000 Subject: [PATCH] Fix type of host-name option. Partial fix for referenced PR. Submitted by: John Baldwin PR: 12205 --- contrib/isc-dhcp/common/tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/isc-dhcp/common/tables.c b/contrib/isc-dhcp/common/tables.c index 9274e38f5ce..b0e5739d96e 100644 --- a/contrib/isc-dhcp/common/tables.c +++ b/contrib/isc-dhcp/common/tables.c @@ -78,7 +78,7 @@ struct option dhcp_options [256] = { { "lpr-servers", "IA", &dhcp_universe, 9 }, { "impress-servers", "IA", &dhcp_universe, 10 }, { "resource-location-servers", "IA", &dhcp_universe, 11 }, - { "host-name", "X", &dhcp_universe, 12 }, + { "host-name", "t", &dhcp_universe, 12 }, { "boot-size", "S", &dhcp_universe, 13 }, { "merit-dump", "t", &dhcp_universe, 14 }, { "domain-name", "t", &dhcp_universe, 15 },