Fix a stack trace when loading sqlite gem

git-svn-id: file:///home/svn/framework3/trunk@13369 4d416f70-5f16-0410-b530-b9f4589650da
unstable
David Rude 2011-07-27 15:35:35 +00:00
parent 29335244d2
commit 5b7a8ad6a3
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ class Metasploit3 < Msf::Post
has_sqlite3 = true
begin
require 'sqlite3'
rescue
rescue LoadError
print_error("SQLite3 is not available, and we are not able to parse the database.")
has_sqlite3 = false
end