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