diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-02-24 12:09:35 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-02-24 12:09:35 +0000 |
commit | e4eacc0505e446f56369ec80fac3abd8861cbdce (patch) | |
tree | 1e3a09ad712e9f2f0ed2b5e69bb70e630345e660 /sys/net | |
parent | ff66c16e4205a03c1ab3851b176f358bc7baeaa6 (diff) |
Remove redundant logging from pf_test_other().
ok henning@ cedric@
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/pf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c index 8ceded5f187..e82d9eacedb 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.427 2004/02/24 06:53:30 mcbride Exp $ */ +/* $OpenBSD: pf.c,v 1.428 2004/02/24 12:09:34 mcbride Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -3544,9 +3544,6 @@ cleanup: } if (pf_insert_state(BOUND_IFACE(r, kif), s)) { REASON_SET(&reason, PFRES_MEMORY); - if (r->log) - PFLOG_PACKET(kif, h, m, af, direction, reason, - r, a, ruleset); pf_src_tree_remove_state(s); pool_put(&pf_state_pl, s); return (PF_DROP); |