diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-19 00:03:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-19 00:03:23 +0000 |
commit | fee41e58ef5803044710197e7e0c155c705e746a (patch) | |
tree | ce51322c1709dea0f2e11caeaac5d448702197ca /usr.sbin/authpf/authpf.c | |
parent | 4bdeee3aed11f051a0788d522035e6f1edc66a07 (diff) |
sync to pfctl; BAD HENNING BAD BAD BAD NO COOKIE
Diffstat (limited to 'usr.sbin/authpf/authpf.c')
-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 2a77b808d34..8e6d9d901bf 100644 --- a/usr.sbin/authpf/authpf.c +++ b/usr.sbin/authpf/authpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authpf.c,v 1.52 2003/02/11 20:15:59 henning Exp $ */ +/* $OpenBSD: authpf.c,v 1.53 2003/02/19 00:03:22 deraadt Exp $ */ /* * Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org). @@ -833,7 +833,7 @@ pfctl_set_logif(struct pfctl *pf, char *ifname) } int -pfctl_set_timeout(struct pfctl *pf, const char *opt, int seconds) +pfctl_set_timeout(struct pfctl *pf, const char *opt, int seconds, int quiet) { fprintf(stderr, "set timeout not supported in authpf\n"); return (1); |