Skip to content

Commit

Permalink
Update association.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Apr 5, 2024
1 parent 7bb5722 commit 3e97adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion association.go
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ func (a *Association) handleReconfigParam(raw param) (*packet, error) {
a.tReconfig.stop()
a.tReconfig.start(a.rtoMgr.getRTO())
}
return nil, nil
return nil, nil //nolint:nilnil
}
delete(a.reconfigs, p.reconfigResponseSequenceNumber)
if len(a.reconfigs) == 0 {
Expand Down

0 comments on commit 3e97adc

Please sign in to comment.