Skip to content

Commit 615d71d

Browse files
author
HD Moore
committed
Remove extraneous calls to GC.start()
1 parent 29ac27f commit 615d71d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/msf/core/exploit/ipv6.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def close_icmp_pcap()
7676

7777
return if not @ipv6_icmp6_capture
7878
@ipv6_icmp6_capture = nil
79-
GC.start()
8079
end
8180

8281
#

modules/auxiliary/spoof/arp/arp_poisoning.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def run
103103

104104
if datastore['LISTENER']
105105
@listener.kill if @listener
106-
GC.start()
107106
end
108107

109108
if capture and @spoofing and not datastore['BROADCAST']

0 commit comments

Comments
 (0)