clientlog: fix counting of command drops

This commit is contained in:
Miroslav Lichvar 2015-12-02 19:14:19 +01:00
parent d3096c3b5e
commit d4074c7993

View file

@ -508,6 +508,8 @@ CLG_LimitCommandResponseRate(int index)
if (!limit_response_random(cmd_leak_rate))
return 0;
record->cmd_drops++;
return 1;
}