Update our AuthRequest on session resume so that we deliver the proper
bootstrap services. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4601 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -342,7 +342,7 @@ public class ClientManager
|
||||
if (client != null) {
|
||||
Log.info("Resuming session [username=" + username +
|
||||
", conn=" + conn + "].");
|
||||
client.resumeSession(conn);
|
||||
client.resumeSession(req, conn);
|
||||
|
||||
} else {
|
||||
Log.info("Session initiated [username=" + username +
|
||||
|
||||
Reference in New Issue
Block a user