Browse Source

Fix typo that was preventing any DHCP option applicators from being

applied.
tags/v0.9.3
Michael Brown 17 years ago
parent
commit
3e1dd0772a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/gpxe/dhcp.h

+ 1
- 1
src/include/gpxe/dhcp.h View File

@@ -454,7 +454,7 @@ struct dhcp_option_applicator {
454 454
 
455 455
 /** Declare a DHCP option applicator */
456 456
 #define __dhcp_applicator \
457
-	__table ( struct dhcp_option_applicator, dhcp_appicators, 01 )
457
+	__table ( struct dhcp_option_applicator, dhcp_applicators, 01 )
458 458
 
459 459
 /**
460 460
  * Get reference to DHCP options block

Loading…
Cancel
Save