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

bug/bundler_fix
HD Moore 2014-11-22 17:19:12 -06:00
parent b34ddbdfff
commit b96769fe8a
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ end
# Create an instance of the framework # Create an instance of the framework
$framework = Msf::Simple::Framework.create(frameworkOpts) $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. # Run the plugin instance in the foreground.
begin begin
$framework.plugins.load("#{rpctype.downcase}rpc", opts).run $framework.plugins.load("#{rpctype.downcase}rpc", opts).run