mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
netpfil/pf/pf.c: fix build without dtrace
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6df6facf44
commit
3482f57f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -5932,7 +5932,7 @@ pf_sctp_multihome_delayed(struct pf_pdesc *pd, int off, struct pfi_kkif *kif,
|
|||
struct pf_kstate *s)
|
||||
{
|
||||
struct pf_sctp_multihome_job *j, *tmp;
|
||||
int action;;
|
||||
int action __unused;
|
||||
struct pf_kstate *sm = NULL;
|
||||
struct pf_krule *ra = NULL;
|
||||
struct pf_krule *r = &V_pf_default_rule;
|
||||
|
|
|
|||
Loading…
Reference in a new issue