Mercurial > hg > RemoteEditor > REPSessionManager
changeset 352:39223c6ef689
*** empty log message ***
author | kono |
---|---|
date | Thu, 16 Oct 2008 13:52:11 +0900 |
parents | b8efd57faf78 |
children | 0d47ff22ee0e |
files | rep/SessionManager.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rep/SessionManager.java Thu Oct 16 10:27:16 2008 +0900 +++ b/rep/SessionManager.java Thu Oct 16 13:52:11 2008 +0900 @@ -533,7 +533,7 @@ } private void sm_join(Forwarder channel){ - + smjoin_mode = true; //SM_JOINコマンドを生成。 REPCommand command = new REPCommand(); command.setCMD(REP.SMCMD_SM_JOIN);