Fix case / when indention

bug/bundler_fix
jvazquez-r7 2014-04-09 09:12:55 -05:00
parent 0e0fd20f88
commit 8d38087a10
1 changed files with 2 additions and 2 deletions

View File

@ -226,8 +226,8 @@ class Metasploit3 < Msf::Auxiliary
msg = "Unknown error"
# http://tools.ietf.org/html/rfc5246#section-7.2
case alert_desc
when 0x46
msg = "Protocol error. Looks like the chosen protocol is not supported."
when 0x46
msg = "Protocol error. Looks like the chosen protocol is not supported."
end
print_error("#{peer} - #{msg}")
disconnect