mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-03-09 23:11:15 +01:00
Merge pull request #2641 from testssl/sieve_fix
two sieve fixes to make it work
This commit is contained in:
commit
aa4e9a4d41
@ -11500,8 +11500,7 @@ starttls_full_read(){
|
||||
debugme tmln_out "${debugpad} ${one_line} "
|
||||
IFS="${oldIFS}"
|
||||
break
|
||||
fi
|
||||
if [[ ! ${one_line} =~ ${cont_pattern} ]]; then
|
||||
elif [[ ! ${one_line} =~ ${cont_pattern} ]]; then
|
||||
debugme echo "=== full read syntax error, expected regex pattern ${cont_pattern} (cont) or ${end_pattern} (end) ==="
|
||||
IFS="${oldIFS}"
|
||||
ret_found=2
|
||||
|
Loading…
Reference in New Issue
Block a user