diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-04 08:06:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-04 08:06:59 +0000 |
commit | afc77a02b51e69726dc1721223dae71c6f5cee3e (patch) | |
tree | 40a874cf474e33c5e830c0568472df2a7ad0972a /usr.sbin | |
parent | f53f6ae82cb176fe3f0827a28e55dbd720df0f07 (diff) |
catch up to -v -v change in pfctl(8)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/authpf/authpf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c index 43ed3ec34fb..11e10781266 100644 --- a/usr.sbin/authpf/authpf.c +++ b/usr.sbin/authpf/authpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authpf.c,v 1.31 2002/12/01 20:01:35 henning Exp $ */ +/* $OpenBSD: authpf.c,v 1.32 2002/12/04 08:06:58 deraadt Exp $ */ /* * Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org). @@ -659,7 +659,7 @@ changefilter(int add, char *luser, char *ipsrc) pf.pbinat = &pb; pf.prdr = &pd; pf.prule = ≺ - if (parse_rules(fin, &pf) < 0) { + if (parse_rules(fin, &pf, 0) < 0) { syslog(LOG_ERR, "syntax error in rule file: authpf rules not loaded"); goto error; |