add
This commit is contained in:
parent
aed73279f7
commit
6ad90d18aa
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ func (fm *FrameMgr) preProcessRecvList() (map[int32]int, map[int32]int, map[int3
|
|||
fm.processReg(f)
|
||||
} else if f.Type == (int32)(Frame_REGACK) {
|
||||
fm.processRegAck(f)
|
||||
} else if f.Type == (int32)(Frame_REG) {
|
||||
} else if f.Type == (int32)(Frame_REGAGAIN) {
|
||||
fm.processRegAgain(f)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue