Skip to content

Commit b96769f

Browse files
author
HD Moore
committed
Remove call to legacy db.sink queue, closes rapid7#4244
1 parent b34ddbd commit b96769f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

msfrpcd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ end
104104
# Create an instance of the framework
105105
$framework = Msf::Simple::Framework.create(frameworkOpts)
106106

107-
$framework.db.sink.restart if RUBY_PLATFORM !~ /cygwin/ and not frameworkOpts['DisableDatabase']
108-
109107
# Run the plugin instance in the foreground.
110108
begin
111109
$framework.plugins.load("#{rpctype.downcase}rpc", opts).run

0 commit comments

Comments
 (0)