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
 
454
 
455
 /** Declare a DHCP option applicator */
455
 /** Declare a DHCP option applicator */
456
 #define __dhcp_applicator \
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
  * Get reference to DHCP options block
460
  * Get reference to DHCP options block

Loading…
Cancel
Save