summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-04-28 20:26:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-04-28 20:26:00 -0400
commit35fff8e53ed3538f841d3180fdd39d0ce66a4d83 (patch)
tree314b98b445260ad1e4a167eaa67c9e071ee84cda /etc
parent87d7a566905ded318fcf13ddcc13a97fa15914aa (diff)
downloadpfsense-35fff8e53ed3538f841d3180fdd39d0ce66a4d83.zip
pfsense-35fff8e53ed3538f841d3180fdd39d0ce66a4d83.tar.gz
Remove extra $
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 6725ef3..a458cad 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2310,11 +2310,11 @@ function get_interfaces_with_gateway() {
/* loop interfaces, check config for outbound */
foreach ($config['interfaces'] as $ifdescr => $ifname) {
- switch ($$ifname['ipaddr']) {
- case "dhcp":
- case "carpdev-dhcp":
- case "pppoe":
- case "pptp":
+ switch ($ifname['ipaddr']) {
+ case "dhcp":
+ case "carpdev-dhcp":
+ case "pppoe":
+ case "pptp":
$ints[] = $ifdescr;
break;
default:
@@ -2490,4 +2490,4 @@ function setup_pppoe_reset_file($interface, $status) {
}
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud