From 35de137b06521aed0eed84044dee3a836ec24253 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 24 Aug 2026 18:00:24 +0200 Subject: [PATCH] Fix timestamp date when --logfile is a dir and other cases This fixes #3121 , a bug which was introduced in ceb24740a324b7714bea38d7eb170a64b2eb6fb0 because `prepare_logging()` expected an argument to pass the time stamp. This PR adds "${FNAME_DATE}" as it has been in 3.3dev when creating this backport. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index d83bfaf..21cd5a0 100755 --- a/testssl.sh +++ b/testssl.sh @@ -25138,7 +25138,7 @@ lets_roll() { fi [[ -z "$NODE" ]] && parse_hn_port "${URI}" # NODE, URL_PATH, PORT, IPADDRs and IP46ADDR is set now - prepare_logging + prepare_logging "${FNAME_DATE}" if [[ -n "$PROXY" ]] && $DNS_VIA_PROXY; then NODEIP="$NODE"