Land #4251, @hmoore-r7's fixes #4244 msfrpcd

* msfrpcd quits with undefined method error
* FIX: Remove call to legacy db.sink queue
bug/bundler_fix
jvazquez-r7 2014-11-24 08:57:25 -06:00
commit 1e38e194a8
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 0 additions and 2 deletions

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