Fix formatter drift after rebasing security patch

This commit is contained in:
sabraman
2026-04-12 20:38:11 +03:00
parent d3b0dbd541
commit bac9cc01f3
2 changed files with 3 additions and 4 deletions

View File

@@ -281,9 +281,7 @@ fn candidate_scan_start_offset_in(
.handshake
.auth_candidate_scan_seq
.fetch_add(1, Ordering::Relaxed);
candidate_scan_peer_seed(peer_ip)
.wrapping_add(seq as usize)
% total_users
candidate_scan_peer_seed(peer_ip).wrapping_add(seq as usize) % total_users
}
fn parse_tls_auth_material(