Fix stupid typo that made vuln_id an Array

bug/bundler_fix
James Lee 2015-03-30 00:52:02 -05:00
parent 283e50fd42
commit 415510ca6a
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ module Msf::DBManager::ExploitAttempt
# We have match, lets create a vuln_attempt record
if vuln
attempt_info[:vuln_id] = vuln.id,
attempt_info[:vuln_id] = vuln.id
vuln.vuln_attempts.create(attempt_info)
# Correct the vuln's associated service if necessary