1
0
Fork 0

Fix libstrophe verbosity level always being set to 0 on start

Fixup/revert of e55f6d7f4d

This line had been added because an earlier release of libstrophe missed
the initialisation of that variable, which has since been fixed.

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel 2023-11-14 14:55:57 +01:00
parent 64046bcdf3
commit ff32f51f4f
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ _conn_apply_settings(const char* const jid, const char* const passwd, const char
_compute_identifier(jidp->barejid);
xmpp_ctx_set_verbosity(conn.xmpp_ctx, 0);
xmpp_conn_set_jid(conn.xmpp_conn, jid);
if (passwd)
xmpp_conn_set_pass(conn.xmpp_conn, passwd);