Merge pull request #1769 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

View File

@ -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}"