need_to_wait wasn't passed into processor->throttle_data(). This was
broken in fix for #8937.
CID
1229541: (PW.PARAM_SET_BUT_NOT_USED)
Backport: firefly
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit
e93818df33286a2a7f73b593dc20da412db4e0a6)
hash = NULL; /* only calculate hash once */
}
- ret = processor->throttle_data(handle, false);
+ ret = processor->throttle_data(handle, need_to_wait);
if (ret < 0)
return ret;