2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

Allow option codes to be >8 bits.

This commit is contained in:
Ted Lemon
1999-03-25 22:03:44 +00:00
parent 1e382a0900
commit 546cf9f6ac

View File

@@ -142,7 +142,7 @@ struct option {
char *name; char *name;
char *format; char *format;
struct universe *universe; struct universe *universe;
unsigned char code; int code;
}; };
enum expression_context { enum expression_context {