summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-25 22:01:03 +0000
committerTed Lemon <source@isc.org>1999-03-25 22:01:03 +0000
commit038428e443ea80e6120fe6541198da9db140aee8 (patch)
treeb760fd156a0055398a8367bcaa9381e04df06f17 /common
parent6b4b0ec78df4172af74fcc99c45aaff961e7d22d (diff)
downloadisc-dhcp-038428e443ea80e6120fe6541198da9db140aee8.tar.gz
Allow vendor class identifier to be other than ASCII text.
Diffstat (limited to 'common')
-rw-r--r--common/tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tables.c b/common/tables.c
index b8619d24..3cdac166 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -22,7 +22,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.22 1999/03/16 05:50:37 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.23 1999/03/25 22:01:03 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -106,7 +106,7 @@ struct option dhcp_options [256] = {
{ "dhcp-max-message-size", "S", &dhcp_universe, 57 },
{ "dhcp-renewal-time", "L", &dhcp_universe, 58 },
{ "dhcp-rebinding-time", "L", &dhcp_universe, 59 },
- { "vendor-class-identifier", "t", &dhcp_universe, 60 },
+ { "vendor-class-identifier", "X", &dhcp_universe, 60 },
{ "dhcp-client-identifier", "X", &dhcp_universe, 61 },
{ "option-62", "X", &dhcp_universe, 62 },
{ "option-63", "X", &dhcp_universe, 63 },