Update middle_relay.rs

This commit is contained in:
Alexey 2026-03-22 17:53:32 +03:00
parent 7b570be5b3
commit 3eb384e02a
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -535,6 +535,7 @@ fn quota_exceeded_for_user(stats: &Stats, user: &str, quota_limit: Option<u64>)
quota_limit.is_some_and(|quota| stats.get_user_total_octets(user) >= quota)
}
#[cfg_attr(not(test), allow(dead_code))]
fn quota_would_be_exceeded_for_user(
stats: &Stats,
user: &str,