mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
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:
parent
64046bcdf3
commit
ff32f51f4f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user