Land #6774, even moar ghetto Bool fixes

bug/bundler_fix
William Vu 2016-04-12 14:34:59 -05:00
commit 440d9d3731
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class MetasploitModule < Msf::Nop
0xe1a0b00b
]
if( random and random.match(/^(t|y|1)/i) )
if random
return ([nops[rand(nops.length)]].pack("V*") * (length/4))
end