mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Fix typo in tls_sockets()
This PR just fixes a minor bug in `tls_sockets()`, changing ``` debugme "stuck on sending: $ret" ``` to ``` debugme echo "stuck on sending: $ret" ```
This commit is contained in:
parent
bc31639179
commit
1ee75689e0
@ -8882,7 +8882,7 @@ tls_sockets() {
|
||||
fi
|
||||
debugme outln
|
||||
else
|
||||
debugme "stuck on sending: $ret"
|
||||
debugme echo "stuck on sending: $ret"
|
||||
fi
|
||||
|
||||
close_socket
|
||||
|
Loading…
Reference in New Issue
Block a user