summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-07-06 13:34:34 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-07-06 13:34:34 -0600
commit06cb265678b140cba68bba30ea97247c18068f46 (patch)
treea399b4b491f2cb9444f64aed48a8dc2dd1e129d4 /etc/inc/interfaces.inc
parent7319dc73098daba420018eb958439471d1d3e91c (diff)
downloadpfsense-06cb265678b140cba68bba30ea97247c18068f46.zip
pfsense-06cb265678b140cba68bba30ea97247c18068f46.tar.gz
Remove extra }
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 cfa8e30..dc4cbdf 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2136,7 +2136,7 @@ EOD;
$reg_changing = true;
else if ($wlcfg['reglocation'] == 'anywhere' && preg_match("/\s(indoor|outdoor)\s/si", $ifconfig_str))
$reg_changing = true;
- } else if ($wlcfg['reglocation'] && $wlcfg['reglocation'] != 'anywhere' && !preg_match("/\s{$wlcfg['reglocation']}\s/si", $ifconfig_str))
+ else if ($wlcfg['reglocation'] && $wlcfg['reglocation'] != 'anywhere' && !preg_match("/\s{$wlcfg['reglocation']}\s/si", $ifconfig_str))
$reg_changing = true;
if ($reg_changing) {
OpenPOWER on IntegriCloud