diff options
author | 2016-07-19 12:51:19 +0000 | |
---|---|---|
committer | 2016-07-19 12:51:19 +0000 | |
commit | 4f8cfed0f121c2e341c59b1c781d76c8159a2734 (patch) | |
tree | b455d5b502d30831f94a8951707483c1ab84a8b5 /sys/net/pf_lb.c | |
parent | Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from (diff) | |
download | wireguard-openbsd-4f8cfed0f121c2e341c59b1c781d76c8159a2734.tar.xz wireguard-openbsd-4f8cfed0f121c2e341c59b1c781d76c8159a2734.zip |
remove wrong and misleading comment, ok phessler
Diffstat (limited to 'sys/net/pf_lb.c')
-rw-r--r-- | sys/net/pf_lb.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/net/pf_lb.c b/sys/net/pf_lb.c index 163977962d1..e42bdfae84f 100644 --- a/sys/net/pf_lb.c +++ b/sys/net/pf_lb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_lb.c,v 1.54 2016/06/24 13:55:57 bluhm Exp $ */ +/* $OpenBSD: pf_lb.c,v 1.55 2016/07/19 12:51:19 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -91,11 +91,6 @@ #include <netinet/icmp6.h> #endif /* INET6 */ - -/* - * Global variables - */ - u_int64_t pf_hash(struct pf_addr *, struct pf_addr *, struct pf_poolhashkey *, sa_family_t); int pf_get_sport(struct pf_pdesc *, struct pf_rule *, |