Use ARCH constant in mainframe_shell

bug/bundler_fix
OJ 2016-11-01 02:24:44 +10:00
parent ffb53b7ca3
commit 44ac3f8781
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ class MainframeShell < Msf::Sessions::CommandShell
# initialize as mf shell session
#
def initialize(*args)
self.platform = "mainframe"
self.arch = "zarch"
self.platform = 'mainframe'
self.arch = ARCH_ZARCH
self.translate_1047 = true
super
end