mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-18 11:56:22 +00:00
conn: clear authenticated flag on reset
This commit is contained in:
@@ -1099,6 +1099,7 @@ static void _conn_reset(xmpp_conn_t * const conn)
|
||||
conn->domain = NULL;
|
||||
conn->bound_jid = NULL;
|
||||
conn->stream_id = NULL;
|
||||
conn->authenticated = 0;
|
||||
conn->secured = 0;
|
||||
conn->tls_failed = 0;
|
||||
conn->error = 0;
|
||||
|
||||
Reference in New Issue
Block a user