mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
pf: remove incorrect __unused annotation
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
e9ca883b12
commit
f1f77adfd9
1 changed files with 1 additions and 1 deletions
|
|
@ -7399,7 +7399,7 @@ pf_sctp_multihome_delayed(struct pf_pdesc *pd, struct pfi_kkif *kif,
|
|||
{
|
||||
struct pf_sctp_multihome_job *j, *tmp;
|
||||
struct pf_sctp_source *i;
|
||||
int ret __unused;
|
||||
int ret;
|
||||
struct pf_kstate *sm = NULL;
|
||||
struct pf_krule *ra = NULL;
|
||||
struct pf_krule *r = &V_pf_default_rule;
|
||||
|
|
|
|||
Loading…
Reference in a new issue