Skip to content

Commit 5773303

Browse files
committed
Correct incomplete commit
1 parent d8b439e commit 5773303

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17237,8 +17237,8 @@ run_renego() {
1723717237
fi
1723817238
if [[ $SERVICE != HTTP ]]; then
1723917239
# theoric possible case
17240-
if [[ $loop_reneg -eq 2 ]];
17241-
$tmp_result=0
17240+
if [[ $loop_reneg -eq 2 ]]; then
17241+
tmp_result=0
1724217242
fi
1724317243
case $tmp_result in
1724417244
0) pr_svrty_medium "VULNERABLE (NOT ok)"; outln ", potential DoS threat"

0 commit comments

Comments
 (0)