Skip to content

Commit 81406de

Browse files
committed
hopefully what you are looking for this time
1 parent fbae688 commit 81406de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/oracle/oracle_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run
5454
if e.to_s =~ /^ORA-12170:\s/
5555
print_error("#{datastore['RHOST']}:#{datastore['RPORT']} Connection timed out")
5656
break
57-
else
57+
elsif not e
5858
report_auth_info(
5959
:host => "#{datastore['RHOST']}",
6060
:port => "#{datastore['RPORT']}",

0 commit comments

Comments
 (0)