]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- 'option-end' should probably not change its name. V3-0-1RC11
authorDavid Hankins <dhankins@isc.org>
Tue, 14 Jan 2003 23:20:35 +0000 (23:20 +0000)
committerDavid Hankins <dhankins@isc.org>
Tue, 14 Jan 2003 23:20:35 +0000 (23:20 +0000)
server/stables.c

index eb6a7bef1568d8c47193c9d3ce1abdcbce9f2945..7d91b64d97831afb4439d99693fc920f211bbd95 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: stables.c,v 1.25.2.9 2003/01/14 23:15:24 dhankins Exp $ Copyright (c) 1995-2003 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: stables.c,v 1.25.2.10 2003/01/14 23:20:35 dhankins Exp $ Copyright (c) 1995-2003 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -440,7 +440,7 @@ struct option agent_options [256] = {
        { "unknown-252", "X",                           &agent_universe, 252 },
        { "unknown-253", "X",                           &agent_universe, 253 },
        { "unknown-254", "X",                           &agent_universe, 254 },
-       { "unknown-end", "e",                           &agent_universe, 255 },
+       { "option-end", "e",                            &agent_universe, 255 },
 };
 
 struct universe server_universe;