summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-09-03 15:39:16 +0000
committerErmal <eri@pfsense.org>2013-09-03 15:42:06 +0000
commit497841f5d58b2c46cc6160e2da853a55277051e0 (patch)
treefdd57d32fac4c4e85f37ae1da3dffd80d24a6acd
parentf2cc3344a19134a3dc594ff767be06f5af800553 (diff)
downloadpfsense-497841f5d58b2c46cc6160e2da853a55277051e0.zip
pfsense-497841f5d58b2c46cc6160e2da853a55277051e0.tar.gz
Correct typo on variable name
-rwxr-xr-xetc/rc.linkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index a249bed..1994336 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -51,7 +51,7 @@ function handle_argument_group($iface, $argument2) {
$staticv4 = is_ipaddrv4($ipaddr);
$staticv6 = false;
if (empty($ip6addr))
- $statcv6 = true;
+ $staticv6 = true;
else
$staticv6 = is_ipaddrv6($ip6addr);
if ($staticv4 === true && $staticv6 === true) {
OpenPOWER on IntegriCloud