#536: fixed STARTTLS depending on 0 returned from debugme

This commit is contained in:
typingArtist 2016-11-23 09:17:39 +01:00
parent b7294c60c4
commit 4d8c258b0b
1 changed files with 1 additions and 0 deletions

View File

@ -853,6 +853,7 @@ fileout() { # ID, SEVERITY, FINDING
debugme() { debugme() {
[[ "$DEBUG" -ge 2 ]] && "$@" [[ "$DEBUG" -ge 2 ]] && "$@"
return 0
} }
hex2dec() { hex2dec() {