2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +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 *format;
struct universe *universe;
unsigned char code;
int code;
};
enum expression_context {