Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
esrrhs committed Oct 27, 2019
1 parent aed7327 commit 6ad90d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framemgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 6ad90d1

Please sign in to comment.