We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a6c14 commit 0356407Copy full SHA for 0356407
retry.c
@@ -675,7 +675,7 @@ int main (int argc, char **argv)
675
add_jitter(j, &ts);
676
}
677
678
- if (ts.tv_sec && ts.tv_nsec) {
+ if (ts.tv_sec || ts.tv_nsec) {
679
fprintf(stderr,
680
"%s: %s returned %d, backing off for %ld second%s and trying again...\n",
681
name, message ? message : argv[optind], status,
0 commit comments