Fix missing parenthesis

unstable
HD Moore 2012-11-22 23:50:47 -06:00
parent d2cde0b294
commit b04b3963d8
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Metasploit3 < Msf::Auxiliary
rescue ::Interrupt
raise $!
rescue ::Exception => e
print_error("#{ip} Error: #{e.class} #{e} #{e.backtrace}"
print_error("#{ip} Error: #{e.class} #{e} #{e.backtrace}")
ensure
disconnect_snmp
end