Quick typo fix

unstable
HD Moore 2012-07-09 23:31:53 -05:00
parent 6c977535d0
commit 25fee46020
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ class DBManager
info[k] = opts[k] if opts[k]
end
return unless info[:attempted_at] and info.has_key(:exploited)
return unless info[:attempted_at] and info.has_key?(:exploited)
vuln.vuln_attempts.create(info)
}