More small tweaks to import/export of attempts

unstable
HD Moore 2012-07-10 00:18:06 -05:00
parent 25fee46020
commit 64e8956319
2 changed files with 3 additions and 3 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]
vuln.vuln_attempts.create(info)
}