mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-02-07 16:21:17 +01:00
two sieve fixes
* one logical error * removing check for trailing space for OK
This commit is contained in:
parent
d115b2ebbf
commit
b054b5d687
@ -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