From: Roy Marples Date: Wed, 6 Aug 2008 17:31:04 +0000 (+0000) Subject: Fix enum name X-Git-Tag: v4.0.2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59e7d4251218e3cab62897dc699eb6b04273eba;p=thirdparty%2Fdhcpcd.git Fix enum name --- diff --git a/dhcp.h b/dhcp.h index 8b88c5e7..0a92323a 100644 --- a/dhcp.h +++ b/dhcp.h @@ -101,7 +101,7 @@ enum DHCP_OPTIONS * byte (see buildmsg.c), hsnybble to create order * and to allow 0x00 to mean disable */ -enum FQQN { +enum FQDN { FQDN_DISABLE = 0x00, FQDN_NONE = 0x18, FQDN_PTR = 0x20,