diff options
author | jim-p <jimp@pfsense.org> | 2010-10-05 11:07:30 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-10-05 11:07:30 -0400 |
commit | 74e1e6589d9979a3800ea9c59f8dda9ae870a43a (patch) | |
tree | cdfc02964479fe5c2d48b45d70653e51ebe2d6b5 | |
parent | 6727f4ef79526937d6d54af3c2138488e47a0a36 (diff) | |
download | pfsense-74e1e6589d9979a3800ea9c59f8dda9ae870a43a.zip pfsense-74e1e6589d9979a3800ea9c59f8dda9ae870a43a.tar.gz |
Whoops this reference was good (for speed) and should stay.
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
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) { |