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:
Michael Bayne
2007-02-23 23:19:11 +00:00
parent d3064398e9
commit 0384c8c129
2 changed files with 5 additions and 2 deletions
@@ -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 +