Make msftidy happy

bug/bundler_fix
HD Moore 2017-05-27 17:17:20 -05:00
parent 184c8f50f1
commit 41253ab32b
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ class MetasploitModule < Msf::Exploit::Remote
super
@@payload_arch_mappings = {
ARCH_X86 => [ 'x86' ],
ARCH_X86_64 => [ 'x86_64' ],
ARCH_X64 => [ 'x86_64' ],
ARCH_MIPS => [ 'mips' ],
ARCH_MIPSLE => [ 'mipsel' ],