Skip to content

Commit

Permalink
conn: remove extra ; symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
pasis committed Oct 7, 2020
1 parent c07ac0a commit 09229e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ long xmpp_conn_get_flags(const xmpp_conn_t *const conn)
XMPP_CONN_FLAG_LEGACY_SSL * conn->tls_legacy_ssl |
XMPP_CONN_FLAG_TRUST_TLS * conn->tls_trust |
XMPP_CONN_FLAG_LEGACY_AUTH * conn->auth_legacy_enabled;
;

return flags;
}
Expand Down

0 comments on commit 09229e2

Please sign in to comment.