- This secret ended up being stored in the auth request

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6494 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mark Johnson
2011-02-15 18:24:19 +00:00
parent 7a77e9c9d0
commit ee2c653c3e
@@ -1205,7 +1205,6 @@ public class PresentsSession
protected AuthRequest _areq; protected AuthRequest _areq;
protected Object _authdata; protected Object _authdata;
protected Name _authname; protected Name _authname;
protected byte[] _secret;
protected PresentsConnection _conn; protected PresentsConnection _conn;
protected ClientObject _clobj; protected ClientObject _clobj;
protected IntMap<ClientProxy> _subscrips = IntMaps.newHashIntMap(); protected IntMap<ClientProxy> _subscrips = IntMaps.newHashIntMap();