summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-15 03:11:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-15 03:11:31 +0000
commit0831bc8616b85859751d9c30f35030dd35cb3a22 (patch)
treeaf153642965fe43cc7b659427482906eb24912c4 /etc/inc/interfaces.inc
parent27128470c5615f743510c55bf2c6a50ea32a91b5 (diff)
downloadpfsense-0831bc8616b85859751d9c30f35030dd35cb3a22.zip
pfsense-0831bc8616b85859751d9c30f35030dd35cb3a22.tar.gz
Fix bugs found by eclipse
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 2dbd4cc..4c97418 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -721,7 +721,7 @@ function find_dhclient_process($interface) {
}
function interfaces_wan_configure() {
- global $config, $g;
+ global $config, $g, $bridges_total;
$wancfg = $config['interfaces']['wan'];
OpenPOWER on IntegriCloud