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.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/nmap/nmap.xml') diff --git a/config/nmap/nmap.xml b/config/nmap/nmap.xml index 4034222a..b07b3982 100644 --- a/config/nmap/nmap.xml +++ b/config/nmap/nmap.xml @@ -46,7 +46,7 @@ Describe your package requirements here Currently there are no FAQ items provided. nmap - 6.01 + 6.40_2 pkg v1.2.1 Diagnostics: NMap Scan yes @@ -120,6 +120,6 @@ nmap_custom_add_php_command(); - nmap_custom_php_validation_command($_POST, &$input_errors); + nmap_custom_php_validation_command($_POST, $input_errors); -- cgit v1.2.3