aboutsummaryrefslogtreecommitdiffstats
path: root/config/spamd/spamd.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-05-09 14:24:49 -0400
committerjim-p <jimp@pfsense.org>2014-05-09 14:24:49 -0400
commit1d4b895614b279345659592ff7c808a3ce045946 (patch)
tree59b6df5f7d62415451f2b9a5eeff1cf3ee7ae716 /config/spamd/spamd.inc
parenta890380266da7f589b809701bd3d0e8ac715e82f (diff)
downloadpfsense-packages-1d4b895614b279345659592ff7c808a3ce045946.tar.gz
pfsense-packages-1d4b895614b279345659592ff7c808a3ce045946.tar.bz2
pfsense-packages-1d4b895614b279345659592ff7c808a3ce045946.zip
Fix call-time pass-by-reference in spamd, bump
Diffstat (limited to 'config/spamd/spamd.inc')
-rw-r--r--config/spamd/spamd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/spamd/spamd.inc b/config/spamd/spamd.inc
index 18b4e241..0bd29bd8 100644
--- a/config/spamd/spamd.inc
+++ b/config/spamd/spamd.inc
@@ -324,7 +324,7 @@ function spamd_install_cron($should_install) {
}
}
-function spamd_validate_input($post, $input_errors) {
+function spamd_validate_input($post, &$input_errors) {
global $config, $g;
$nextmta = str_replace("$", "", $post['nextmta']);
if(stristr($nextmta, "{")) {