Skip to content

Commit a109dae

Browse files
committed
Fix EOL whitespace
1 parent cc422ee commit a109dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/exchange_iis_internal_ip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_ip_extract
6666
'method' => 'GET',
6767
'vhost' => ''
6868
}, timeout = datastore['TIMEOUT'])
69-
69+
7070
rescue ::Rex::ConnectionError, Errno::ECONNREFUSED, Errno::ETIMEDOUT
7171
print_error("#{msg} HTTP Connection Failed")
7272
next

0 commit comments

Comments
 (0)