fixed config.close bug

unstable
Brandon McCann 2012-12-26 20:40:11 -06:00
parent b71729bf5f
commit e3c1d5a5c0
1 changed files with 1 additions and 1 deletions

View File

@ -112,8 +112,8 @@ class Metasploit3 < Msf::Post
# call method to decrypt hash
decrypt(hash)
config.close
end
config.close
end
end
end