aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailscanner/mailscanner.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-20 12:54:37 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-20 12:54:37 -0300
commit0e308ae3683406ea0560fd2211093fb35b014296 (patch)
treeaf8ef65ba41a3d7f853a502fd693baec4a63935b /config/mailscanner/mailscanner.xml
parentb99aae7aa74edd45f65661940bd8b52d67b9e178 (diff)
downloadpfsense-packages-0e308ae3683406ea0560fd2211093fb35b014296.tar.gz
pfsense-packages-0e308ae3683406ea0560fd2211093fb35b014296.tar.bz2
pfsense-packages-0e308ae3683406ea0560fd2211093fb35b014296.zip
Remove call-time pass by reference since mailscanner_validate_input() has the reference on its prototype
Diffstat (limited to 'config/mailscanner/mailscanner.xml')
-rw-r--r--config/mailscanner/mailscanner.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mailscanner/mailscanner.xml b/config/mailscanner/mailscanner.xml
index a7115a5c..62f318cb 100644
--- a/config/mailscanner/mailscanner.xml
+++ b/config/mailscanner/mailscanner.xml
@@ -347,7 +347,7 @@
mailscanner_php_deinstall_command();
</custom_php_deinstall_command>
<custom_php_validation_command>
- mailscanner_validate_input($_POST, &amp;$input_errors);
+ mailscanner_validate_input($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
sync_package_mailscanner();