summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-08-17 04:55:13 -0400
committerChris Buechler <cmb@pfsense.org>2009-08-17 04:55:13 -0400
commitdefe97ddf028e4f16f4db05b47a1edeff9bdd645 (patch)
tree97575407cffc0b8ea55adab481c13659092d4bc6 /etc/inc/pfsense-utils.inc
parent764c5b7968ea8283c990669786f8418452bf7807 (diff)
downloadpfsense-defe97ddf028e4f16f4db05b47a1edeff9bdd645.zip
pfsense-defe97ddf028e4f16f4db05b47a1edeff9bdd645.tar.gz
Fix typo
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 445596e..0bdb23b 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1100,7 +1100,7 @@ function setup_polling() {
}
if(isset($config['system']['polling'])) {
mwexec("/sbin/ifconfig {$real_interface} polling");
- mwxec("/sbin/sysctl kern.polling.idle_poll=1");
+ mwexec("/sbin/sysctl kern.polling.idle_poll=1");
} else {
mwexec("/sbin/ifconfig {$real_interface} -polling");
}
OpenPOWER on IntegriCloud