fix session creation, *facepalm*

git-svn-id: file:///home/svn/framework3/trunk@9904 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-07-21 15:14:54 +00:00
parent ad04fd4f3f
commit a5d179311f
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ module Exploit
dlog("Call stack:\n#{e.backtrace.join("\n")}", 'core', LEV_3)
end
driver.session if driver
return driver.session if driver
nil
end