mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Merge pull request #1769 from drwetter/fix_1768
Fix perl style variable in starttls_full_read()
This commit is contained in:
commit
65586311f6
@ -10623,7 +10623,7 @@ starttls_full_read(){
|
|||||||
else
|
else
|
||||||
if [[ $ret -ge 128 ]]; then
|
if [[ $ret -ge 128 ]]; then
|
||||||
debugme echo "=== timeout reading ==="
|
debugme echo "=== timeout reading ==="
|
||||||
$ret_found=$ret
|
ret_found=$ret
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
IFS="${oldIFS}"
|
IFS="${oldIFS}"
|
||||||
|
Loading…
Reference in New Issue
Block a user