From 875aa3100103970ca0d802955742260a40c49dba Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 29 Apr 2014 15:05:29 -0400 Subject: Fix a pass-by-reference error in nmap, bump. --- config/nmap/nmap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/nmap/nmap.inc') diff --git a/config/nmap/nmap.inc b/config/nmap/nmap.inc index 18708159..272f27ef 100644 --- a/config/nmap/nmap.inc +++ b/config/nmap/nmap.inc @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. */ -function nmap_custom_php_validation_command($post, $input_errors) { +function nmap_custom_php_validation_command($post, & $input_errors) { global $_POST, $savemsg, $config; if (empty($_POST['hostname'])) { $input_errors[] = gettext("You must enter an IP address to scan."); -- cgit v1.2.3