Module loading broken again by revision r7709.

git-svn-id: file:///home/svn/framework3/trunk@7711 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-12-05 11:10:46 +00:00
parent 3358b9113f
commit 42e6486fb4
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ module Exploit::ORACLE
rescue ::Exception => e rescue ::Exception => e
@oci8_loaded = false @oci8_loaded = false
@oci8_error = e @oci8_error = e
raise
end end
end end