From 4e6405b9f8dd01bcb2d083e20318c23ccdeb5abf Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 3 Jan 2014 15:56:53 +0000 Subject: [PATCH] Oops correct php syntax --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 0ed030f6a9..5c8c234622 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. */