diff options
author | Max Laier <mlaier@FreeBSD.org> | 2009-08-18 16:13:59 +0000 |
---|---|---|
committer | Max Laier <mlaier@FreeBSD.org> | 2009-08-18 16:13:59 +0000 |
commit | db8ac25da4805123ac32db61e3d169c9ab7b8966 (patch) | |
tree | e80f314eac925df406d19fc873e264a828f896fc /net/pf_if.c | |
parent | bbe43470868206ce791124974947c85b485b8005 (diff) |
Notes
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; } |