summaryrefslogtreecommitdiffstats
path: root/dhcp.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-08-06 17:31:04 +0000
committerRoy Marples <roy@marples.name>2008-08-06 17:31:04 +0000
commite59e7d4251218e3cab62897dc699eb6b04273eba (patch)
treec888b139d18e543ef9902aed99986186c2922d55 /dhcp.h
parent1f70eea80d24efc9a5ae54dc1ad0a2af7af03f0c (diff)
downloaddhcpcd-e59e7d4251218e3cab62897dc699eb6b04273eba.tar.xz
Fix enum name
Diffstat (limited to 'dhcp.h')
-rw-r--r--dhcp.h2
1 files changed, 1 insertions, 1 deletions
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,