amateur hour, forgot the X on ARCH_X64

bug/bundler_fix
navs 2014-06-19 14:24:28 -05:00
parent fe49393cf1
commit 5f19af67a8
1 changed files with 1 additions and 1 deletions

View File

@ -1906,7 +1906,7 @@ require 'msf/core/exe/segment_injector'
if (not plat or (plat.index(Msf::Module::Platform::Linux)))
output = case arch
when ARCH_X86_64 then to_linux_x64_elf_dll(framework, code, exeopts)
when ARCH_64 then to_linux_x64_elf_dll(framework, code, exeopts)
when ARCH_X64 then to_linux_x64_elf_dll(framework, code, exeopts)
end
end