diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-03-21 18:31:42 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-03-21 18:31:42 +0000 |
| commit | 3e43d2ae2506b9456e9d8a3ace6bcb1d551d25eb (patch) | |
| tree | f255139ffc632ad89e7dd9f09adda79afad83b32 | |
| parent | 5f185dbd84de2deae0a8b865871eb685693effbd (diff) | |
Notes
| -rw-r--r-- | sys/netipsec/xform_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/xform_tcp.c b/sys/netipsec/xform_tcp.c index a401548e4913..4efb30e1b88f 100644 --- a/sys/netipsec/xform_tcp.c +++ b/sys/netipsec/xform_tcp.c @@ -166,4 +166,4 @@ tcpsignature_attach(void) } SYSINIT(tcpsignature_xform_init, SI_SUB_DRIVERS, SI_ORDER_FIRST, - tcpsignature_attach, NULL) + tcpsignature_attach, NULL); |
