mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
SMACK-271: Fix deadlock in XMPPConnection while login and parsing stream features (for Tigase servers)
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11227 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
37a00e98d1
commit
87b3f805c7
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ public class XMPPConnection {
|
|||
*
|
||||
* @return an account manager for this connection.
|
||||
*/
|
||||
public synchronized AccountManager getAccountManager() {
|
||||
public AccountManager getAccountManager() {
|
||||
if (accountManager == null) {
|
||||
accountManager = new AccountManager(this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue