diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-19 14:04:04 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-19 14:04:04 +0000 |
commit | 652f1f5c522718aeff1a812318ab48ce3619a430 (patch) | |
tree | bd4d53cdabb6c9956c99a4f8d4d5351b0a1db82d /usr.sbin | |
parent | e63068bd7583769687a3fc9e798a2ba2ab3b0da6 (diff) |
redundant memset
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/authpf/authpf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c index c097722e54d..a096770269f 100644 --- a/usr.sbin/authpf/authpf.c +++ b/usr.sbin/authpf/authpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authpf.c,v 1.36 2002/12/19 14:03:06 henning Exp $ */ +/* $OpenBSD: authpf.c,v 1.37 2002/12/19 14:04:03 henning Exp $ */ /* * Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org). @@ -655,7 +655,6 @@ changefilter(int add, char *luser, char *ipsrc) } /* add/delete rules, using parse_rule */ - memset(&pf, 0, sizeof(pf)); pf.dev = dev; pf.prule[PF_RULESET_RULE] = ≺ if (parse_rules(fin, &pf, 0) < 0) { |