1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-15 20:56:04 +02:00

Fix perl style variable in starttls_full_read()

This fixes 
This commit is contained in:
Dirk Wetter 2020-11-05 11:47:53 +01:00
parent 084a29409d
commit 19219dca2e

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