From 4d8c258b0b512dd34abe17945cdcccfa495d6439 Mon Sep 17 00:00:00 2001 From: typingArtist Date: Wed, 23 Nov 2016 09:17:39 +0100 Subject: [PATCH] #536: fixed STARTTLS depending on 0 returned from debugme --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index f703faf..e3a6cf8 100755 --- a/testssl.sh +++ b/testssl.sh @@ -853,6 +853,7 @@ fileout() { # ID, SEVERITY, FINDING debugme() { [[ "$DEBUG" -ge 2 ]] && "$@" + return 0 } hex2dec() {