Remove call to legacy db.sink queue, closes #4244
parent
b34ddbdfff
commit
b96769fe8a
2
msfrpcd
2
msfrpcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue