It appears that #3084 accidentally introduced a typo in determine_service(). This commit undoes the change.
This commit is contained in:
David Cooper
2026-08-10 15:44:45 -07:00
committed by GitHub
parent 5296954a70
commit 97e6258c85
+1 -1
View File
@@ -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"