mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
Remove errant return
Installing a trap for "INT" is still wrong, it should be rescuing Interrupt instead. This is just a bandaid to keep it from crashing msfconsole any time ctrl-c is used after running wmap_run for the first time.
This commit is contained in:
parent
1336c835ff
commit
a7ff8703b7
@ -315,7 +315,6 @@ class Plugin::Wmap < Msf::Plugin
|
||||
if self.killwhenstop
|
||||
rpc_kill_node('ALL','ALL')
|
||||
end
|
||||
return
|
||||
}
|
||||
|
||||
# Max numbers of concurrent jobs per node
|
||||
|
Loading…
Reference in New Issue
Block a user