diff options
author | 2006-12-01 07:31:21 +0000 | |
---|---|---|
committer | 2006-12-01 07:31:21 +0000 | |
commit | 87d85e29180d27346c55765a03d2d2bce4db363c (patch) | |
tree | 572e0d75e9d03eb805c0a9a6ce6d670912b14873 | |
parent | use flags S/SA for consistency with the rest of pf (diff) | |
download | wireguard-openbsd-87d85e29180d27346c55765a03d2d2bce4db363c.tar.xz wireguard-openbsd-87d85e29180d27346c55765a03d2d2bce4db363c.zip |
forgot to update the comment as well
-rw-r--r-- | usr.sbin/ftp-proxy/filter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ftp-proxy/filter.c b/usr.sbin/ftp-proxy/filter.c index 2fda095e6ea..f86429db51d 100644 --- a/usr.sbin/ftp-proxy/filter.c +++ b/usr.sbin/ftp-proxy/filter.c @@ -1,4 +1,4 @@ -/* $OpenBSD: filter.c,v 1.4 2006/12/01 07:25:41 camield Exp $ */ +/* $OpenBSD: filter.c,v 1.5 2006/12/01 07:31:21 camield Exp $ */ /* * Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl> @@ -281,7 +281,7 @@ prepare_rule(u_int32_t id, int rs_num, struct sockaddr *src, case PF_RULESET_FILTER: /* * pass quick [log] inet[6] proto tcp \ - * from $src to $dst port = $d_port flags S/SAFR keep state + * from $src to $dst port = $d_port flags S/SA keep state * (max 1) [queue qname] */ pfr.rule.action = PF_PASS; |