diff options
| author | Michael Brown | 2007-07-08 15:32:20 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-08 15:32:20 +0200 |
| commit | 3e1dd0772a94e5f2f5d1604f7f710531301a2ae4 (patch) | |
| tree | f2205f3e88c2714ede9ba138d4cd746c7ef30f2b /src/include/gpxe | |
| parent | Add debug message when nameserver setting is applied/changed via DHCP. (diff) | |
| download | ipxe-3e1dd0772a94e5f2f5d1604f7f710531301a2ae4.tar.gz ipxe-3e1dd0772a94e5f2f5d1604f7f710531301a2ae4.tar.xz ipxe-3e1dd0772a94e5f2f5d1604f7f710531301a2ae4.zip | |
Fix typo that was preventing any DHCP option applicators from being
applied.
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/dhcp.h | 2 |
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 |
