1
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:
James Lee 2013-08-12 11:30:23 -05:00
parent 1336c835ff
commit a7ff8703b7

View File

@ -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