1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-23 08:36:05 +02:00

Merge pull request from drwetter/fix_1768

Fix perl style variable in starttls_full_read()
This commit is contained in:
Dirk Wetter 2020-11-05 14:07:42 +01:00 committed by GitHub
commit 65586311f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10623,7 +10623,7 @@ starttls_full_read(){
else
if [[ $ret -ge 128 ]]; then
debugme echo "=== timeout reading ==="
$ret_found=$ret
ret_found=$ret
fi
fi
IFS="${oldIFS}"