More bug fixes...

git-svn-id: file:///home/svn/framework3/trunk@3911 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore
2006-09-18 00:29:14 +00:00
parent e96ed4c254
commit 6c3c67fec0
3 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class Plugin::DBPostgres < Msf::Plugin
def cmd_db_disconnect(*args)
if (framework.db)
framework.db.disconnect()
driver.remove_dispatcher(DatabaseCommandDispatcher)
driver.remove_dispatcher('Database Backend')
end
end