mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Fix typo that was preventing any DHCP option applicators from being
applied.
This commit is contained in:
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
Block a user