Don't store Exception in a variable

bug/bundler_fix
jvazquez-r7 2015-04-05 15:59:42 -05:00
parent 72c36eb23e
commit 46a225cbec
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ module Msf
begin
return_data = Rex::Proto::Rmi::Model::ReturnData.decode(StringIO.new(data))
rescue ::RuntimeError => e
rescue ::RuntimeError
return nil
end