Land #1918, change s.message to s.message.to_i

unstable
William Vu 2013-06-07 08:19:49 -05:00
commit 2a6225cb3f
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class Metasploit3 < Msf::Exploit::Local
tried = true
end
case s.message
case s.message.to_i
when 1
# Service already started, restart again
service_stop(svr_name)