Fix perl style variable in starttls_full_read()

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

View File

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