mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Static'ize pf_fillup_fragment body to match its declaration.
Missed in 278925.
This commit is contained in:
parent
a3ea67c7f9
commit
a4879be402
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ pf_create_fragment(u_short *reason)
|
|||
return (frent);
|
||||
}
|
||||
|
||||
struct pf_fragment *
|
||||
static struct pf_fragment *
|
||||
pf_fillup_fragment(struct pf_fragment_cmp *key, struct pf_frent *frent,
|
||||
u_short *reason)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue