From 41253ab32bbdba54dcee5c4678c7ee5958a60d93 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sat, 27 May 2017 17:17:20 -0500 Subject: [PATCH] Make msftidy happy --- modules/exploits/linux/samba/is_known_pipename.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/exploits/linux/samba/is_known_pipename.rb b/modules/exploits/linux/samba/is_known_pipename.rb index e33254aab4..e60df47948 100644 --- a/modules/exploits/linux/samba/is_known_pipename.rb +++ b/modules/exploits/linux/samba/is_known_pipename.rb @@ -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' ],