Skip to content

Commit b04b396

Browse files
author
HD Moore
committed
Fix missing parenthesis
1 parent d2cde0b commit b04b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/misc/oki_scanner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def run_host(ip)
106106
rescue ::Interrupt
107107
raise $!
108108
rescue ::Exception => e
109-
print_error("#{ip} Error: #{e.class} #{e} #{e.backtrace}"
109+
print_error("#{ip} Error: #{e.class} #{e} #{e.backtrace}")
110110
ensure
111111
disconnect_snmp
112112
end

0 commit comments

Comments
 (0)