diff --git a/dhctoken.h b/dhctoken.h index e92b0cbc..4f23fcc5 100644 --- a/dhctoken.h +++ b/dhctoken.h @@ -87,6 +87,7 @@ #define NEXT_SERVER 291 #define TOKEN_RING 292 #define GROUP 293 +#define ONE_LEASE_PER_CLIENT 294 #define is_identifier(x) ((x) >= FIRST_TOKEN && \ (x) != STRING && \ diff --git a/includes/dhctoken.h b/includes/dhctoken.h index e92b0cbc..4f23fcc5 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -87,6 +87,7 @@ #define NEXT_SERVER 291 #define TOKEN_RING 292 #define GROUP 293 +#define ONE_LEASE_PER_CLIENT 294 #define is_identifier(x) ((x) >= FIRST_TOKEN && \ (x) != STRING && \