summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-04 11:59:35 +0200
committersmos <seth.mos@dds.nl>2012-06-04 11:59:35 +0200
commit7bfa645c95b094cdae98c3974d24a8676c02d9a2 (patch)
treef5706c2d24a86bd7b04c87b373e443d32bc8c558 /etc/inc/gwlb.inc
parent6fdea6a2b649bece62644940d8cf4d42fe43ed59 (diff)
downloadpfsense-7bfa645c95b094cdae98c3974d24a8676c02d9a2.zip
pfsense-7bfa645c95b094cdae98c3974d24a8676c02d9a2.tar.gz
Fix Typo, although the host might indeed be loca. We'll just keep it local instead.
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 4fc5c37..f4a281a 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -321,7 +321,7 @@ function return_gateways_status($byname = false) {
}
/* Return all configured gateways on the system */
-function return_gateways_array($disabled = false, $locahost = false) {
+function return_gateways_array($disabled = false, $localhost = false) {
global $config, $g;
$gateways_arr = array();
OpenPOWER on IntegriCloud