We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f9c01 commit 8174438Copy full SHA for 8174438
lib/msf/core/rpc/v10/rpc_db.rb
@@ -1146,13 +1146,12 @@ def rpc_del_vuln(xopts)
1146
def rpc_del_note(xopts)
1147
::ActiveRecord::Base.connection_pool.with_connection {
1148
opts, wspace = init_db_opts_workspace(xopts)
1149
- opts[:workspace] = opts[:workspace].name
1150
hosts = []
1151
services = []
1152
notes = []
1153
1154
if opts[:host] or opts[:address] or opts[:addresses]
1155
- hosts = opts_to_hosts(opts)
+ hosts = opts_to_hosts(xopts)
1156
end
1157
1158
if opts[:port] or opts[:proto]
0 commit comments