diff options
-rw-r--r-- | sys/net/pf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c index bd113781e8c..f842d078638 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.712 2010/09/24 02:22:37 henning Exp $ */ +/* $OpenBSD: pf.c,v 1.713 2010/09/24 02:28:10 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -6152,7 +6152,7 @@ pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0, */ if (htons(h->ip6_plen) == 0) { action = PF_DROP; - REASON_SET(&reason, PFRES_NORM); /*XXX*/ + REASON_SET(&reason, PFRES_NORM); pflog |= PF_LOG_FORCE; goto done; } |