Remove calls to reset_ui which break background exploit output

git-svn-id: file:///home/svn/framework3/trunk@5070 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore
2007-08-08 04:30:11 +00:00
parent 92e3b2eef5
commit dbf2df3ec4
2 changed files with 3 additions and 3 deletions
@@ -103,7 +103,9 @@ class Core
driver.current_dispatcher.name != 'Core')
# Reset the active module if we have one
if (active_module)
active_module.reset_ui
# Do NOT reset the UI anymore
# active_module.reset_ui
# Save the module's datastore so that we can load it later
# if the module is used again
@@ -67,8 +67,6 @@ class Exploit
end
rescue
log_error("Check failed: #{$!}")
ensure
mod.reset_ui
end
end