mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add ';' missed with the SYSINIT changes.
Not noticed by tb as TCP_SIGNATURE is not in LINT. MFC after: 1 month
This commit is contained in:
parent
5f185dbd84
commit
3e43d2ae25
1 changed files with 1 additions and 1 deletions
|
|
@ -166,4 +166,4 @@ tcpsignature_attach(void)
|
|||
}
|
||||
|
||||
SYSINIT(tcpsignature_xform_init, SI_SUB_DRIVERS, SI_ORDER_FIRST,
|
||||
tcpsignature_attach, NULL)
|
||||
tcpsignature_attach, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue