summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-07-19 01:58:46 +0000
committerjkh <jkh@FreeBSD.org>1999-07-19 01:58:46 +0000
commit65f03632d216ce7096a580ce1340b6c31f1b853a (patch)
tree6ee0c704fb978712cd372295853b1710e1a89167 /contrib
parenta9cec3b79deef0b8dae8576738dc2ab11e65b495 (diff)
downloadFreeBSD-src-65f03632d216ce7096a580ce1340b6c31f1b853a.zip
FreeBSD-src-65f03632d216ce7096a580ce1340b6c31f1b853a.tar.gz
Fix type of host-name option. Partial fix for referenced PR.
Submitted by: John Baldwin <jobaldwi@vt.edu> PR: 12205
Diffstat (limited to 'contrib')
-rw-r--r--contrib/isc-dhcp/common/tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/isc-dhcp/common/tables.c b/contrib/isc-dhcp/common/tables.c
index 9274e38..b0e5739 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 },
OpenPOWER on IntegriCloud