cleanup stray comment
parent
0be166e719
commit
b218c7690a
|
@ -169,7 +169,6 @@ module Msf::PostMixin
|
||||||
mod_arch = self.module_info['Arch']
|
mod_arch = self.module_info['Arch']
|
||||||
unless mod_arch.nil?
|
unless mod_arch.nil?
|
||||||
mod_arch = [mod_arch] unless mod_arch.kind_of?(Array)
|
mod_arch = [mod_arch] unless mod_arch.kind_of?(Array)
|
||||||
# this looks incomplete like there should have been more testing done here
|
|
||||||
return false unless mod_arch.include? s.base_arch
|
return false unless mod_arch.include? s.base_arch
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue