Delete comma

bug/bundler_fix
jvazquez-r7 2015-09-16 16:23:43 -05:00
parent 75c6ace1d0
commit 402044a770
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_options(
[
Opt::RPORT(3460),
Opt::RPORT(3460)
], self.class)
end