mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
server: fix comment typo
This commit is contained in:
committed by
FUJITA Tomonori
parent
3327661896
commit
3bd6e20fe4
+1
-1
@@ -657,7 +657,7 @@ func (h *FSMHandler) recvMessageWithError() (*FsmMsg, error) {
|
||||
copy(fmsg.payload[len(headerBuf):], bodyBuf)
|
||||
fallthrough
|
||||
case bgp.BGP_MSG_KEEPALIVE:
|
||||
// if the lenght of h.holdTimerResetCh
|
||||
// if the length of h.holdTimerResetCh
|
||||
// isn't zero, the timer will be reset
|
||||
// soon anyway.
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user