Skip to content

Commit

Permalink
innxmit: Fix the count of retries
Browse files Browse the repository at this point in the history
Reintroduce the incrementation of the retries variable, which was
inadvertently removed in a previous commit.

see #175
  • Loading branch information
Julien-Elie committed Feb 11, 2024
1 parent e27e28a commit 27f25f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/innxmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ strlisten(void)
if (st.st_retry < STNRETRY) {
/* fast retry */
st.st_retry++;
retries++;
submit = check;
} else { /* requeue to disk for later */
Requeue(st.st_fname, st.st_id);
Expand Down

0 comments on commit 27f25f1

Please sign in to comment.