diff options
| author | Roy Marples <roy@marples.name> | 2008-08-06 17:31:04 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-06 17:31:04 +0000 |
| commit | e59e7d4251218e3cab62897dc699eb6b04273eba (patch) | |
| tree | c888b139d18e543ef9902aed99986186c2922d55 /dhcp.h | |
| parent | 1f70eea80d24efc9a5ae54dc1ad0a2af7af03f0c (diff) | |
| download | dhcpcd-e59e7d4251218e3cab62897dc699eb6b04273eba.tar.xz | |
Fix enum name
Diffstat (limited to 'dhcp.h')
| -rw-r--r-- | dhcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
