Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Feb 11, 2024
1 parent 90e333a commit a3dba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/packetmuxer/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (ws *workersState) moveDownWorker() {
// startHardReset is invoked when we need to perform a HARD RESET.
func (ws *workersState) startHardReset() error {
// increment the hard reset counter for retries
ws.hardResetCount += 1
ws.hardResetCount++

// reset the state to become initial again.
ws.sessionManager.SetNegotiationState(session.S_PRE_START)
Expand Down

0 comments on commit a3dba34

Please sign in to comment.