Commit eb7dd1c
cleanup: remove redundant sec_init_time_copy assignment in retry_security_if_needed
The local copy was being assigned 'now' immediately after setting the
shared state under mutex, but the subsequent retry check
(now - sec_init_time_copy) > SEC_RETRY_DELAY_MS is always false at
that point regardless, making the assignment a no-op. Added a comment
explaining why the copy is intentionally not updated.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c185e4a commit eb7dd1c
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2661 | 2661 | | |
2662 | 2662 | | |
2663 | 2663 | | |
2664 | | - | |
| 2664 | + | |
| 2665 | + | |
| 2666 | + | |
2665 | 2667 | | |
2666 | 2668 | | |
2667 | 2669 | | |
| |||
0 commit comments