* msfrpcd quits with undefined method error * FIX: Remove call to legacy db.sink queuebug/bundler_fix
commit
1e38e194a8
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