From 7a5e1563bf60f1615104080e74a41198bc393ce0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 7 Jul 2007 03:42:42 +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(-) (limited to 'etc/inc/config.inc') diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 84047cf..9de1ec5 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1702,7 +1702,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