Commit e5cdd1e1 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Updated to not lock-and-wait if yahoo connection is delayed.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8031 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7db3a811
......@@ -159,7 +159,7 @@ public class YahooSession extends TransportSession {
setLoginStatus(TransportLoginStatus.LOGGED_OUT);
}
}
}.run();
}.start();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment