We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07ac0a commit 09229e2Copy full SHA for 09229e2
1 file changed
src/conn.c
@@ -951,7 +951,6 @@ long xmpp_conn_get_flags(const xmpp_conn_t *const conn)
951
XMPP_CONN_FLAG_LEGACY_SSL * conn->tls_legacy_ssl |
952
XMPP_CONN_FLAG_TRUST_TLS * conn->tls_trust |
953
XMPP_CONN_FLAG_LEGACY_AUTH * conn->auth_legacy_enabled;
954
- ;
955
956
return flags;
957
}
0 commit comments