diff options
Diffstat (limited to 'process.go')
-rw-r--r-- | process.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -435,6 +435,7 @@ func (cc *ClientConn) process(pkt mt.Pkt) { cc.formspecVer = cmd.Formspec cc.setState(csActive) + handleJoin(cc) close(cc.initCh) return |