aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix/postfix_acl.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-20 14:26:54 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-20 14:26:54 -0300
commita3e9d7da81031d5cdf72c0d534dac47695323869 (patch)
tree6fb83526ac2f97618acaa51f9bf05961768ab44a /config/postfix/postfix_acl.xml
parent264e625fd51bdff804ff4dd01c83479d936ef7a0 (diff)
downloadpfsense-packages-a3e9d7da81031d5cdf72c0d534dac47695323869.tar.gz
pfsense-packages-a3e9d7da81031d5cdf72c0d534dac47695323869.tar.bz2
pfsense-packages-a3e9d7da81031d5cdf72c0d534dac47695323869.zip
Remove call-time pass by reference since postfix_validate_input() has the reference on its prototype
Diffstat (limited to 'config/postfix/postfix_acl.xml')
-rw-r--r--config/postfix/postfix_acl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/postfix/postfix_acl.xml b/config/postfix/postfix_acl.xml
index d704c189..60b23a22 100644
--- a/config/postfix/postfix_acl.xml
+++ b/config/postfix/postfix_acl.xml
@@ -221,7 +221,7 @@
postfix_php_deinstall_command();
</custom_php_deinstall_command>
<custom_php_validation_command>
- postfix_validate_input($_POST, &amp;$input_errors);
+ postfix_validate_input($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
sync_package_postfix();