Delete unnecessary begin..end block

bug/bundler_fix
jvazquez-r7 2014-11-07 20:38:36 -06:00
parent 0919f74a3d
commit 64754a5609
1 changed files with 10 additions and 12 deletions

View File

@ -157,7 +157,6 @@ class Metasploit3 < Msf::Auxiliary
username: username,
})
begin
host_login_data = {
address: host_ipaddress,
service_name: type,
@ -170,7 +169,6 @@ class Metasploit3 < Msf::Auxiliary
create_credential_login(host_login_data)
end
end
end
end