summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ftp-proxy/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ftp-proxy/filter.c')
-rw-r--r--usr.sbin/ftp-proxy/filter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ftp-proxy/filter.c b/usr.sbin/ftp-proxy/filter.c
index 2709ee66683..25ecc8208b9 100644
--- a/usr.sbin/ftp-proxy/filter.c
+++ b/usr.sbin/ftp-proxy/filter.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: filter.c,v 1.19 2012/07/07 16:24:32 henning Exp $ */
+/* $OpenBSD: filter.c,v 1.20 2012/09/18 10:11:53 henning Exp $ */
/*
* Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
@@ -207,7 +207,6 @@ prepare_rule(u_int32_t id, struct sockaddr *src,
pfr.rule.dst.addr.type = PF_ADDR_ADDRMASK;
pfr.rule.nat.addr.type = PF_ADDR_NONE;
pfr.rule.rdr.addr.type = PF_ADDR_NONE;
- pfr.rule.set_prio[0] = pfr.rule.set_prio[1] = PF_PRIO_NOTSET;
if (src->sa_family == AF_INET) {
memcpy(&pfr.rule.src.addr.v.a.addr.v4,