summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-12-13 18:13:45 +0545
committerGitHub <noreply@github.com>2016-12-13 18:13:45 +0545
commitd59ac1d6b8e14fb12dd9705be70842a26e3a5da0 (patch)
tree3e956d5e3a935855208f8637b3c40b76a9db2237 /src/usr
parentc165a17e0225f09afb4882d360ba086f629f2b77 (diff)
downloadpfsense-d59ac1d6b8e14fb12dd9705be70842a26e3a5da0.zip
pfsense-d59ac1d6b8e14fb12dd9705be70842a26e3a5da0.tar.gz
Services DHCPv6 Static Edit fix var name
The example format at the end of the error message was not coming out.
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_dhcpv6_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcpv6_edit.php b/src/usr/local/www/services_dhcpv6_edit.php
index 3882e0f..455943f 100644
--- a/src/usr/local/www/services_dhcpv6_edit.php
+++ b/src/usr/local/www/services_dhcpv6_edit.php
@@ -132,7 +132,7 @@ if ($_POST) {
if (!Net_IPv6::isInNetmask($_POST['ipaddrv6'], '::', $pdlen)) {
$input_errors[] = sprintf(gettext(
"The prefix (upper %s bits) must be zero. Use the form %s"),
- $pdlen, dhcpv6_pd_str_help($ifcfgsn));
+ $pdlen, dhcpv6_pd_str_help($ifcfgsnv6));
}
}
}
OpenPOWER on IntegriCloud