Skip to content

Commit

Permalink
increment counter for lost packets. Fixes #5338
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jun 24, 2024
1 parent 435c90b commit 337f59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/radclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ static int send_one_packet(rc_request_t *request)
REDEBUG("Failed to send packet for ID %d", request->packet->id);
deallocate_id(request);
request->done = true;
stats.lost++;
return -1;
}

Expand Down

0 comments on commit 337f59d

Please sign in to comment.