Land #11011, Fix capitalization of datastore option
commit
8b719b823e
|
@ -240,7 +240,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
@queue << c
|
||||
end
|
||||
|
||||
datastore['Threads'].times {
|
||||
datastore['THREADS'].times {
|
||||
@threads << framework.threads.spawn("scanner", false) { scan }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue