Mercurial > hg > RemoteEditor > REPSessionManager
diff rep/SessionManager.java @ 286:30c993e89286
TestEditor
author | kono |
---|---|
date | Sun, 28 Sep 2008 15:41:42 +0900 |
parents | c3969dd625b2 |
children | 1ff8bfc0a99a |
line wrap: on
line diff
--- a/rep/SessionManager.java Sun Sep 28 14:50:46 2008 +0900 +++ b/rep/SessionManager.java Sun Sep 28 15:41:42 2008 +0900 @@ -552,6 +552,7 @@ sendCommand.setCMD(REP.SMCMD_JOIN_ACK); sendCommand.setEID(editor.getEID()); sendCommand.setSID(sid); + sendCommand.string = ""; channel.write(sendCommand); }else { sid = event.getSID();