register() already puts our mapping in the _handlers table.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6549 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2011-03-29 20:02:00 +00:00
parent 6dc165f911
commit 7c07bfcedc
@@ -218,7 +218,6 @@ public abstract class ConnectionManager extends LoopingThread
channel.configureBlocking(false);
conn.init(this, channel, System.currentTimeMillis());
conn.selkey = register(channel, SelectionKey.OP_READ, conn);
_handlers.put(conn.selkey, conn);
synchronized (this) {
_stats.connects++;
}