Skip to content

Commit

Permalink
Remove call to legacy db.sink queue, closes rapid7#4244
Browse files Browse the repository at this point in the history
  • Loading branch information
HD Moore committed Nov 22, 2014
1 parent b34ddbd commit b96769f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions msfrpcd
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ end
# Create an instance of the framework
$framework = Msf::Simple::Framework.create(frameworkOpts)

$framework.db.sink.restart if RUBY_PLATFORM !~ /cygwin/ and not frameworkOpts['DisableDatabase']

# Run the plugin instance in the foreground.
begin
$framework.plugins.load("#{rpctype.downcase}rpc", opts).run
Expand Down

0 comments on commit b96769f

Please sign in to comment.