mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-07-08 06:41:58 +02:00
two sieve fixes
* one logical error * removing check for trailing space for OK
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user