Skip to content

Commit 75343ef

Browse files
committed
Remove unneccesary match_set in MatchResult.create
MSP-12516 * Fixes UknownAttribute error for match_set in Rails 4
1 parent b4670a1 commit 75343ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/msf/core/db_manager/session.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def report_session(opts)
9595
if session.exploit.user_data_is_match?
9696
MetasploitDataModels::AutomaticExploitation::MatchResult.create!(
9797
match: session.exploit.user_data[:match],
98-
match_set: session.exploit.user_data[:match_set],
9998
run: session.exploit.user_data[:run],
10099
state: 'succeeded',
101100
)

0 commit comments

Comments
 (0)