Remove extraneous calls to GC.start()
parent
29ac27f357
commit
615d71de6e
|
@ -76,7 +76,6 @@ module Exploit::Remote::Ipv6
|
|||
|
||||
return if not @ipv6_icmp6_capture
|
||||
@ipv6_icmp6_capture = nil
|
||||
GC.start()
|
||||
end
|
||||
|
||||
#
|
||||
|
|
|
@ -103,7 +103,6 @@ class Metasploit3 < Msf::Auxiliary
|
|||
|
||||
if datastore['LISTENER']
|
||||
@listener.kill if @listener
|
||||
GC.start()
|
||||
end
|
||||
|
||||
if capture and @spoofing and not datastore['BROADCAST']
|
||||
|
|
Loading…
Reference in New Issue