Fix prln usage to outln

This commit is contained in:
Ondřej Surý 2017-04-25 15:06:41 +02:00
parent 8ea8513529
commit 4579ed2398
1 changed files with 1 additions and 1 deletions

View File

@ -9116,7 +9116,7 @@ run_ticketbleed() {
[[ $VULN_COUNT -le $VULN_THRESHLD ]] && outln && pr_headlineln " Testing for Ticketbleed vulnerability " && outln
pr_bold " Ticketbleed"; out " ($cve), experiment. "
[[ "$SERVICE" != HTTP ]] && prln "-- (applicable only for HTTPS)" && return 0
[[ "$SERVICE" != HTTP ]] && outln "-- (applicable only for HTTPS)" && return 0
if $(has_server_protocol "tls1"); then
tls_hexcode="x03, x01"