Remove trailing comma

This commit is contained in:
David Maloney 2012-05-21 16:28:02 -05:00
parent 0b41d0f77d
commit df85e4f586
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class Metasploit3 < Msf::Auxiliary
:port => port, :port => port,
:disable_agent => true, :disable_agent => true,
:password => pass, :password => pass,
:config => false, :config => false
} }
opt_hash.merge!(:verbose => :debug) if datastore['SSH_DEBUG'] opt_hash.merge!(:verbose => :debug) if datastore['SSH_DEBUG']