mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +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
|
fi
|
||||||
debugme outln
|
debugme outln
|
||||||
else
|
else
|
||||||
debugme "stuck on sending: $ret"
|
debugme echo "stuck on sending: $ret"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
close_socket
|
close_socket
|
||||||
|
Loading…
Reference in New Issue
Block a user