Skip to content

Commit bb91f36

Browse files
committed
Merge pull request rapid7#5091 from ccatalan-r7/bug/MSP-12516/db-manager-match-set
Land rapid7#5091 - Fixes db manager session spec failures
2 parents 9e4c1ec + 5bf2a1a commit bb91f36

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)