summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-26 22:19:37 +0000
committerErmal <eri@pfsense.org>2010-03-26 22:19:37 +0000
commit3ad5fd63f0b5a7fa7b1f291b44ba37c0ccf88cd1 (patch)
tree98fcac5a2e66cd4eca8a4f83dd331ad95a0f3275 /etc/inc/interfaces.inc
parent1fc02dadb8dcffcae8981adfe8686fffdd0852af (diff)
downloadpfsense-3ad5fd63f0b5a7fa7b1f291b44ba37c0ccf88cd1.zip
pfsense-3ad5fd63f0b5a7fa7b1f291b44ba37c0ccf88cd1.tar.gz
Remove nonsense.
Diffstat (limited to 'etc/inc/interfaces.inc')
-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 5cd1d6b..4d24665 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1955,7 +1955,7 @@ function interface_configure($interface = "wan", $reloadall = false) {
mwexec("/sbin/ifconfig " . escapeshellarg($realif) .
" link " . escapeshellarg($wancfg['spoofmac']));
} else {
- $mac = get_interface_mac(get_real_interface(get_real_interface($wancfg['if'])));
+ $mac = get_interface_mac(get_real_interface($wancfg['if']));
if($mac == "ff:ff:ff:ff:ff:ff") {
/* this is not a valid mac address. generate a
* temporary mac address so the machine can get online.
OpenPOWER on IntegriCloud