#536: fixed STARTTLS depending on 0 returned from debugme
This commit is contained in:
parent
b7294c60c4
commit
4d8c258b0b
|
@ -853,6 +853,7 @@ fileout() { # ID, SEVERITY, FINDING
|
||||||
|
|
||||||
debugme() {
|
debugme() {
|
||||||
[[ "$DEBUG" -ge 2 ]] && "$@"
|
[[ "$DEBUG" -ge 2 ]] && "$@"
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
hex2dec() {
|
hex2dec() {
|
||||||
|
|
Loading…
Reference in New Issue