Skip to content

Commit

Permalink
Update association.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo authored Apr 4, 2024
1 parent 9dbb2a7 commit 4f28c52
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 @@ -2172,7 +2172,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
}

Check warning on line 2176 in association.go

View check run for this annotation

Codecov / codecov/patch

association.go#L2174-L2176

Added lines #L2174 - L2176 were not covered by tests
delete(a.reconfigs, p.reconfigResponseSequenceNumber)
if len(a.reconfigs) == 0 {
Expand Down

0 comments on commit 4f28c52

Please sign in to comment.