From 97e6258c850de90901c6bf2fbcb55e23385c53be Mon Sep 17 00:00:00 2001 From: David Cooper Date: Mon, 10 Aug 2026 15:44:45 -0700 Subject: [PATCH] Fix typo It appears that #3084 accidentally introduced a typo in determine_service(). This commit undoes the change. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index ead4482..59f87c2 100755 --- a/testssl.sh +++ b/testssl.sh @@ -24118,7 +24118,7 @@ determine_service() { if "$HAS_XMPP"; then # small hack -- instead of changing calls all over the place STARTTLS="$STARTTLS -xmpphost $NODE" - llelse + else # If the XMPP name cannot be provided using -xmpphost, # then it needs to be provided to the -connect option NODEIP="$NODE"