summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro-3.local>2010-01-03 03:32:33 -0500
committerChris Buechler <cmb@cmb-macbook-pro-3.local>2010-01-03 03:32:33 -0500
commit2ce5754520374d640f2b6d14ff7dc6de484a5ec1 (patch)
treee94db40c1e8c8fb70cb1f81e27968519bc20ed5c /etc/inc/util.inc
parent27616d6eb0427490ebafd51fc5875eb2e8eaedb6 (diff)
downloadpfsense-2ce5754520374d640f2b6d14ff7dc6de484a5ec1.zip
pfsense-2ce5754520374d640f2b6d14ff7dc6de484a5ec1.tar.gz
fix typo
Diffstat (limited to 'etc/inc/util.inc')
-rw-r--r--etc/inc/util.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index 0f52351..bf45ddd 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -538,7 +538,7 @@ function get_interface_list($mode = "active", $keyby = "physical", $vfaces = "")
$alink = explode(" ", $link);
$ifname = rtrim(trim($alink[0]), '*');
/* trim out all numbers before checking for vfaces */
- if (!in_array(array_shift(preg_split('/\d/', $ifname)), $vfaces)) }
+ if (!in_array(array_shift(preg_split('/\d/', $ifname)), $vfaces)) {
$toput = array(
"mac" => trim($alink[1]),
"up" => in_array($ifname, $upints)
@@ -1137,4 +1137,4 @@ function is_URL($url) {
return false;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud