Remove unnecessary degistering of RHOST

This commit is contained in:
Jon Hart
2016-01-05 16:08:18 -08:00
parent 8a76bbafff
commit 1d997234cb
@@ -23,8 +23,6 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE))
register_options([Opt::RPORT(6379)])
deregister_options('RHOST')
end
def run_host(_ip)