diff options
Diffstat (limited to 'protocols/jabber/jabber.c')
-rw-r--r-- | protocols/jabber/jabber.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c index fd8b6128..e4bdc463 100644 --- a/protocols/jabber/jabber.c +++ b/protocols/jabber/jabber.c @@ -158,7 +158,7 @@ static void jabber_login( account_t *acc ) else connect_to = jd->server; - set_login_progress( gc, "Connecting" ); + set_login_progress( gc, 0, "Connecting" ); /* For non-SSL connections we can try to use the port # from the SRV reply, but let's not do that when using SSL, SSL usually runs on |