diff options
Diffstat (limited to 'net/pf_if.c')
-rw-r--r-- | net/pf_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pf_if.c b/net/pf_if.c index e39a9d6501e6..11d0690d40ec 100644 --- a/net/pf_if.c +++ b/net/pf_if.c @@ -367,7 +367,7 @@ pfi_dynaddr_setup(struct pf_addr_wrap *aw, sa_family_t af) goto _bad; } - if ((dyn->pfid_kt = pfr_attach_table(ruleset, tblname)) == NULL) { + if ((dyn->pfid_kt = pfr_attach_table(ruleset, tblname, 1)) == NULL) { rv = 1; goto _bad; } |