From: David Hankins Date: Thu, 1 Jun 2006 22:38:19 +0000 (+0000) Subject: - Error integrating rt15979 (missing comma). X-Git-Tag: DHCPv6_parsing_base~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e1a05f83952ee5c8abd52506b23901dfde9534;p=thirdparty%2Fdhcp.git - Error integrating rt15979 (missing comma). --- diff --git a/includes/dhctoken.h b/includes/dhctoken.h index 73a7ff0d7..caa6f4314 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -311,7 +311,7 @@ enum dhcp_token { KNOWN_CLIENTS = 615, ATSFP = 616, LCASE = 617, - UCASE = 618 + UCASE = 618, WIDTH = 619, LENGTH = 620, HASH = 621,