Remove extraneous calls to GC.start()

bug/bundler_fix
HD Moore 2015-02-22 21:51:33 -06:00
parent 29ac27f357
commit 615d71de6e
2 changed files with 0 additions and 2 deletions

View File

@ -76,7 +76,6 @@ module Exploit::Remote::Ipv6
return if not @ipv6_icmp6_capture
@ipv6_icmp6_capture = nil
GC.start()
end
#

View File

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