]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Allow option codes to be >8 bits.
authorTed Lemon <source@isc.org>
Thu, 25 Mar 1999 22:03:44 +0000 (22:03 +0000)
committerTed Lemon <source@isc.org>
Thu, 25 Mar 1999 22:03:44 +0000 (22:03 +0000)
includes/tree.h

index 14f94092eb0a302d835da61663671bf1664310ac..6573550b509eb9e204b72a3667204050d622767b 100644 (file)
@@ -142,7 +142,7 @@ struct option {
        char *name;
        char *format;
        struct universe *universe;
-       unsigned char code;
+       int code;
 };
 
 enum expression_context {