aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/accf_http.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-11-07 15:43:11 +0000
committerEd Schouten <ed@FreeBSD.org>2011-11-07 15:43:11 +0000
commit6472ac3d8a86336899b6cfb789a4cd9897e3fab5 (patch)
treebf1175813c8ae55dc563480a7eadad2ffae50256 /sys/netinet/accf_http.c
parent37c1ff48a96739fe34d68a6602b70f2dca23920b (diff)
Notes
Diffstat (limited to 'sys/netinet/accf_http.c')
-rw-r--r--sys/netinet/accf_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c
index b3761ef54c193..41e442c4fa7fe 100644
--- a/sys/netinet/accf_http.c
+++ b/sys/netinet/accf_http.c
@@ -69,7 +69,7 @@ DECLARE_MODULE(accf_http, accf_http_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
static int parse_http_version = 1;
-SYSCTL_NODE(_net_inet_accf, OID_AUTO, http, CTLFLAG_RW, 0,
+static SYSCTL_NODE(_net_inet_accf, OID_AUTO, http, CTLFLAG_RW, 0,
"HTTP accept filter");
SYSCTL_INT(_net_inet_accf_http, OID_AUTO, parsehttpversion, CTLFLAG_RW,
&parse_http_version, 1,