From 842a1aa37186c591bdf1ab4be397e1fbeae9716a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 7 Jul 2007 03:42:51 +0000 Subject: CAPS kills. Literally. Do not set the description to upper case LAN when we are looking for lower case. --- etc/inc/config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/config.inc b/etc/inc/config.inc index a60cfe3..df2b026 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1571,7 +1571,7 @@ function system_start_ftp_helpers() { mwexec("/usr/bin/killall ftpsesame"); /* build an array of interfaces to work with */ - $iflist = array("lan" => "LAN"); + $iflist = array("lan" => "lan"); for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) $iflist['opt' . $i] = "opt{$i}"; -- cgit v1.1