summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorDug Song <dugsong@cvs.openbsd.org>2001-06-27 03:47:02 +0000
committerDug Song <dugsong@cvs.openbsd.org>2001-06-27 03:47:02 +0000
commitcc7d393f894b86439bc3d6e082a11123747a46bd (patch)
tree522ec3214fba73e0efc099979df895d2fff39d0a /sys/net
parent22ad3b16aa0a8d54f4e7132423a4c1636721af7d (diff)
typo
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/pf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c
index 99e82aad6b9..c00fa4e4b8f 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.72 2001/06/27 03:39:11 provos Exp $ */
+/* $OpenBSD: pf.c,v 1.73 2001/06/27 03:47:01 dugsong Exp $ */
/*
* Copyright (c) 2001, Daniel Hartmeier
@@ -1599,7 +1599,7 @@ pf_test_other(int direction, struct ifnet *ifp, struct mbuf *m, struct ip *h)
if (rm != NULL) {
u_short reason;
- ACTION_SET(&reason, PFRES_MATCH);
+ REASON_SET(&reason, PFRES_MATCH);
if (rm->log)
PFLOG_PACKET(h, m, AF_INET, direction, reason, rm);