mirror of https://github.com/ipxe/ipxe.git
Fix typo that was preventing any DHCP option applicators from being
applied.pull/1/head
parent
237e23c1c9
commit
3e1dd0772a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue