diff options
author | jim-p <jimp@pfsense.org> | 2010-10-05 10:49:17 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-10-05 10:49:17 -0400 |
commit | b51f12bb47c7c254f973e690bfc53c584cc95a0d (patch) | |
tree | ca7461fa7e2e9c7a3fa873488421ae1c97f6ab85 /etc/rc.banner | |
parent | 4178a1ddf67da87a1a86c5df9c3367aea6d3ae07 (diff) | |
download | pfsense-b51f12bb47c7c254f973e690bfc53c584cc95a0d.zip pfsense-b51f12bb47c7c254f973e690bfc53c584cc95a0d.tar.gz |
No need for a reference here.
Diffstat (limited to 'etc/rc.banner')
-rwxr-xr-x | etc/rc.banner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.banner b/etc/rc.banner index 56101fb..9b32334 100755 --- a/etc/rc.banner +++ b/etc/rc.banner @@ -50,7 +50,7 @@ $iflist = get_configured_interface_with_descr(false, true); foreach($iflist as $ifname => $friendly) { /* point to this interface's config */ - $ifconf =& $config['interfaces'][$ifname]; + $ifconf = $config['interfaces'][$ifname]; /* look for 'special cases' */ switch($ifconf['ipaddr']) { case "carpdev-dhcp": |