summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-01-03 15:56:53 +0000
committerErmal <eri@pfsense.org>2014-01-03 15:56:53 +0000
commit4e6405b9f8dd01bcb2d083e20318c23ccdeb5abf (patch)
tree7d2f8b442ca06554ee6d18efc234279acfa94474 /etc/inc
parent21f82ab6237d31a02d82893ec338f11d082ef71f (diff)
downloadpfsense-4e6405b9f8dd01bcb2d083e20318c23ccdeb5abf.zip
pfsense-4e6405b9f8dd01bcb2d083e20318c23ccdeb5abf.tar.gz
Oops correct php syntax
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 0ed030f..5c8c234 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -152,7 +152,7 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"kern.random.sys.harvest.ethernet" => 0,
"net.route.netisr_maxqlen" => 1024,
"net.inet.udp.checksum" => 1,
- "net.bpf.zerocopy_enable" = > 1
+ "net.bpf.zerocopy_enable" => 1
);
/* Include override values for the above if needed. If the file doesn't exist, don't try to load it. */
OpenPOWER on IntegriCloud