summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-07 03:42:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-07 03:42:42 +0000
commit7a5e1563bf60f1615104080e74a41198bc393ce0 (patch)
treedb8e2887a9b70af054f6b93ec5fec728b2d65dbd /etc
parent5eafc6def5c68199d7c843d4e2b86ec8db81b3f3 (diff)
downloadpfsense-7a5e1563bf60f1615104080e74a41198bc393ce0.zip
pfsense-7a5e1563bf60f1615104080e74a41198bc393ce0.tar.gz
CAPS kills. Literally. Do not set the description to upper case LAN when we are looking for lower case.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
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}";
OpenPOWER on IntegriCloud