1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-04 20:18:27 +02:00

Remove call to legacy db.sink queue, closes #4244

This commit is contained in:
HD Moore 2014-11-22 17:19:12 -06:00
parent b34ddbdfff
commit b96769fe8a

View File

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