Communicate the client's timezone to the server during the authentication
process and keep that information around in case the server ever wants to know. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4356 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -349,7 +349,7 @@ public class ClientManager
|
||||
", conn=" + conn + "].");
|
||||
// create a new client and stick'em in the table
|
||||
client = _factory.createClient(req);
|
||||
client.startSession(this, creds, conn, rsp.authdata);
|
||||
client.startSession(this, req, conn, rsp.authdata);
|
||||
|
||||
// map their client instance
|
||||
_usermap.put(username, client);
|
||||
|
||||
Reference in New Issue
Block a user