mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo
This commit is contained in:
parent
764c5b7968
commit
defe97ddf0
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user