Mercurial > hg > RemoteEditor > REPSessionManager
changeset 93:1a5b3c2b2268
*** empty log message ***
author | pin |
---|---|
date | Fri, 21 Dec 2007 18:37:39 +0900 |
parents | ec0b37884758 |
children | 2830eb33d4d3 |
files | rep/SessionManager.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rep/SessionManager.java Fri Dec 21 18:20:13 2007 +0900 +++ b/rep/SessionManager.java Fri Dec 21 18:37:39 2007 +0900 @@ -207,6 +207,7 @@ if(editor2 != null) { REPCommand command2 = new REPCommand(); command2.setCMD(REP.SMCMD_JOIN_ACK); + command2.setSID(receivedCommand.sid); command2.setEID(receivedCommand.eid); editor2.send(command2); }else{