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
commit 65586311f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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