mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 07:35:06 -05:00
clientlog: fix counting of command drops
This commit is contained in:
@@ -508,6 +508,8 @@ CLG_LimitCommandResponseRate(int index)
|
|||||||
if (!limit_response_random(cmd_leak_rate))
|
if (!limit_response_random(cmd_leak_rate))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
record->cmd_drops++;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user