summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2007-07-08 15:32:20 +0200
committerMichael Brown2007-07-08 15:32:20 +0200
commit3e1dd0772a94e5f2f5d1604f7f710531301a2ae4 (patch)
treef2205f3e88c2714ede9ba138d4cd746c7ef30f2b
parentAdd debug message when nameserver setting is applied/changed via DHCP. (diff)
downloadipxe-3e1dd0772a94e5f2f5d1604f7f710531301a2ae4.tar.gz
ipxe-3e1dd0772a94e5f2f5d1604f7f710531301a2ae4.tar.xz
ipxe-3e1dd0772a94e5f2f5d1604f7f710531301a2ae4.zip
Fix typo that was preventing any DHCP option applicators from being
applied.
-rw-r--r--src/include/gpxe/dhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h
index 7e5eb3c99..645756522 100644
--- a/src/include/gpxe/dhcp.h
+++ b/src/include/gpxe/dhcp.h
@@ -454,7 +454,7 @@ struct dhcp_option_applicator {
/** Declare a DHCP option applicator */
#define __dhcp_applicator \
- __table ( struct dhcp_option_applicator, dhcp_appicators, 01 )
+ __table ( struct dhcp_option_applicator, dhcp_applicators, 01 )
/**
* Get reference to DHCP options block