1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

more unitialized goodness

git-svn-id: file:///home/svn/framework3/trunk@7501 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2009-11-13 23:53:17 +00:00
parent 4c0ba49a65
commit d3d406f405

View File

@ -102,6 +102,8 @@ class Core
super
@dscache = {}
@cache_payloads = nil
@cache_active_module = nil
end
#