summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-05 11:07:30 -0400
committerjim-p <jimp@pfsense.org>2010-10-05 11:07:30 -0400
commit74e1e6589d9979a3800ea9c59f8dda9ae870a43a (patch)
treecdfc02964479fe5c2d48b45d70653e51ebe2d6b5 /etc
parent6727f4ef79526937d6d54af3c2138488e47a0a36 (diff)
downloadpfsense-74e1e6589d9979a3800ea9c59f8dda9ae870a43a.zip
pfsense-74e1e6589d9979a3800ea9c59f8dda9ae870a43a.tar.gz
Whoops this reference was good (for speed) and should stay.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 2675f03..7734cb2 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2706,7 +2706,7 @@ function convert_real_interface_to_friendly_interface_name($interface = "wan") {
}
/* XXX: For speed reasons reference directly the interface array */
- $ifdescrs = $config['interfaces'];
+ $ifdescrs = &$config['interfaces'];
//$ifdescrs = get_configured_interface_list(false, true);
foreach ($ifdescrs as $if => $ifname) {
OpenPOWER on IntegriCloud