Land #11011, Fix capitalization of datastore option

4.x
Brendan Coles 2018-11-25 01:13:32 +00:00 committed by Metasploit
parent 83392e1e47
commit 6cf3850e72
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class MetasploitModule < Msf::Auxiliary
@queue << c
end
datastore['Threads'].times {
datastore['THREADS'].times {
@threads << framework.threads.spawn("scanner", false) { scan }
}