aboutsummaryrefslogtreecommitdiffstats
path: root/config/pf-blocker/pfblocker_lists.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-20 14:11:30 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-20 14:11:30 -0300
commit264e625fd51bdff804ff4dd01c83479d936ef7a0 (patch)
tree61c992da05a3913a89a6114c47300570cc38d758 /config/pf-blocker/pfblocker_lists.xml
parent0e308ae3683406ea0560fd2211093fb35b014296 (diff)
downloadpfsense-packages-264e625fd51bdff804ff4dd01c83479d936ef7a0.tar.gz
pfsense-packages-264e625fd51bdff804ff4dd01c83479d936ef7a0.tar.bz2
pfsense-packages-264e625fd51bdff804ff4dd01c83479d936ef7a0.zip
Remove call-time pass by reference since pfblocker_validate_input() has the reference on its prototype
Diffstat (limited to 'config/pf-blocker/pfblocker_lists.xml')
-rwxr-xr-xconfig/pf-blocker/pfblocker_lists.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pf-blocker/pfblocker_lists.xml b/config/pf-blocker/pfblocker_lists.xml
index f1798d36..50782ea1 100755
--- a/config/pf-blocker/pfblocker_lists.xml
+++ b/config/pf-blocker/pfblocker_lists.xml
@@ -246,7 +246,7 @@
pfblocker_php_deinstall_command();
</custom_php_deinstall_command>
<custom_php_validation_command>
- pfblocker_validate_input($_POST, &amp;$input_errors);
+ pfblocker_validate_input($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
sync_package_pfblocker();