Mercurial > hg > RemoteEditor > REPSessionManager
diff rep/ServerMainLoop.java @ 450:21cb16b7f3df
block message in Editor.write()
author | one |
---|---|
date | Thu, 23 Sep 2010 18:15:37 +0900 |
parents | 3819dec4641e |
children | c22f6833d736 |
line wrap: on
line diff
--- a/rep/ServerMainLoop.java Wed Sep 22 22:11:58 2010 +0900 +++ b/rep/ServerMainLoop.java Thu Sep 23 18:15:37 2010 +0900 @@ -128,7 +128,7 @@ private void sendLog(PacketSet p) { REPNode to; String s; - to = manager.editorList.editorByChannel(p.channel); + to = manager.editorList.editorByChannel(p.channel.channel); if (to==null) s = p.channel.toString(); else