From a93456b51cbe1eeba97c2de5bf41edfb8a24eca7 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 25 Feb 2005 02:56:23 +0000 Subject: [PATCH] typo - really allow for hardware accel. --- etc/inc/pfsense-utils.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 0cfe13b804..7f7c039619 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -64,7 +64,7 @@ function enable_hardware_offloading($interface) { $supported_ints = array('fxp'); foreach($supported_ints as $int) { if(stristr($interface,$int) != FALSE) { - mwexec("/sbin/ifconfig $interfface link0"); + mwexec("/sbin/ifconfig $interface link0"); } } } @@ -483,4 +483,4 @@ function update_progress_bar($percent) { } -?> \ No newline at end of file +?>