mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-08-24 15:17:40 +02:00
Fix typo
It appears that #3084 accidentally introduced a typo in determine_service(). This commit undoes the change.
This commit is contained in:
+1
-1
@@ -24118,7 +24118,7 @@ determine_service() {
|
|||||||
if "$HAS_XMPP"; then
|
if "$HAS_XMPP"; then
|
||||||
# small hack -- instead of changing calls all over the place
|
# small hack -- instead of changing calls all over the place
|
||||||
STARTTLS="$STARTTLS -xmpphost $NODE"
|
STARTTLS="$STARTTLS -xmpphost $NODE"
|
||||||
llelse
|
else
|
||||||
# If the XMPP name cannot be provided using -xmpphost,
|
# If the XMPP name cannot be provided using -xmpphost,
|
||||||
# then it needs to be provided to the -connect option
|
# then it needs to be provided to the -connect option
|
||||||
NODEIP="$NODE"
|
NODEIP="$NODE"
|
||||||
|
|||||||
Reference in New Issue
Block a user