Let the client do funny things with authname in startSession().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5839 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-06-23 18:17:17 +00:00
parent 7efa2c74a7
commit feb270d4d3
@@ -436,7 +436,9 @@ public class ClientManager
// map their client instance
synchronized (_usermap) {
_usermap.put(authname, client);
// we refetch the authname from the client for use in the map in case it decides to
// do something crazy like rewrite it in startSession()
_usermap.put(client.getAuthName(), client);
}
}