Fixes an issue where mysql_payload would crash agaisnt

unsupported arch. Due to a bad var name
[Fixes #29957453]
unstable
David Maloney 2012-05-21 16:07:52 -05:00
parent 17943c7a48
commit 0b41d0f77d
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ module Exploit::Remote::MYSQL
print_error "Cannot determine target's architecture" print_error "Cannot determine target's architecture"
return false return false
else else
print_error "Target is an incompatible architecture: #{res}" print_error "Target is an incompatible architecture: #{arch}"
return false return false
end end
end end