]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Allow hexadecimal hostnames to be specified.
authorTed Lemon <source@isc.org>
Tue, 24 Nov 1998 22:42:12 +0000 (22:42 +0000)
committerTed Lemon <source@isc.org>
Tue, 24 Nov 1998 22:42:12 +0000 (22:42 +0000)
common/tables.c

index bdbba1b78d1415ddeabff11684d9d478d3fdd205..ce410ebbcad0fabad0c52f9c840ae130a6f0ffd4 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tables.c,v 1.13.2.1 1998/06/25 21:11:32 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: tables.c,v 1.13.2.2 1998/11/24 22:42:12 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -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", "t",                             &dhcp_universe, 12 },
+       { "host-name", "X",                             &dhcp_universe, 12 },
        { "boot-size", "S",                             &dhcp_universe, 13 },
        { "merit-dump", "t",                            &dhcp_universe, 14 },
        { "domain-name", "t",                           &dhcp_universe, 15 },