Make msftidy happy
parent
184c8f50f1
commit
41253ab32b
|
@ -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' ],
|
||||
|
|
Loading…
Reference in New Issue