mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 22:56:21 +00:00
@@ -1368,6 +1368,7 @@ _cmd_connect(gchar **args, struct cmd_help_t help)
|
|||||||
cons_show("Connecting as %s", jid);
|
cons_show("Connecting as %s", jid);
|
||||||
conn_status = jabber_connect_with_details(jid, passwd, altdomain);
|
conn_status = jabber_connect_with_details(jid, passwd, altdomain);
|
||||||
}
|
}
|
||||||
|
g_free(lower);
|
||||||
|
|
||||||
if (conn_status == JABBER_DISCONNECTED) {
|
if (conn_status == JABBER_DISCONNECTED) {
|
||||||
cons_show_error("Connection attempt for %s failed.", jid);
|
cons_show_error("Connection attempt for %s failed.", jid);
|
||||||
|
|||||||
Reference in New Issue
Block a user