Skip to content

Commit 19219dc

Browse files
committed
Fix perl style variable in starttls_full_read()
This fixes #1768
1 parent 084a294 commit 19219dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10617,7 +10617,7 @@ starttls_full_read(){
1061710617
else
1061810618
if [[ $ret -ge 128 ]]; then
1061910619
debugme echo "=== timeout reading ==="
10620-
$ret_found=$ret
10620+
ret_found=$ret
1062110621
fi
1062210622
fi
1062310623
IFS="${oldIFS}"

0 commit comments

Comments
 (0)