diff options
author | Ermal <eri@pfsense.org> | 2010-09-30 15:54:42 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-09-30 15:54:42 +0000 |
commit | 8d29cef48b243096580d1a9e5a83d11a76e1a310 (patch) | |
tree | 13d575a0b7fc002a949991aab535d9a2fa271a14 /etc/inc/system.inc | |
parent | dd88e65afdded53cdfd5d66213c5ad71c540a242 (diff) | |
download | pfsense-8d29cef48b243096580d1a9e5a83d11a76e1a310.zip pfsense-8d29cef48b243096580d1a9e5a83d11a76e1a310.tar.gz |
Oops fix long standing variable name mistype.
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r-- | etc/inc/system.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 8be930e..81496ed 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -355,7 +355,7 @@ function system_routing_configure($interface = "") { } if ($dont_add_route == false ) { - if (!empty($interface) && $inteface != $interafegw) + if (!empty($interface) && $interface != $interfacegw) ; else if (($interfacegw <> "bgpd") && (is_ipaddr($gatewayip))) { $action = "add"; |