cstyle

parent 27b951bb
...@@ -377,8 +377,7 @@ ban_lurker_work(struct worker *wrk, struct vsl_log *vsl) ...@@ -377,8 +377,7 @@ ban_lurker_work(struct worker *wrk, struct vsl_log *vsl)
count > cutoff ? 1 : 0); count > cutoff ? 1 : 0);
if (b->flags & BANS_FLAG_COMPLETED) if (b->flags & BANS_FLAG_COMPLETED)
continue; continue;
if (b->flags & BANS_FLAG_REQ && if (b->flags & BANS_FLAG_REQ && count <= cutoff) {
count <= cutoff) {
if (bd != NULL) if (bd != NULL)
bd = VTAILQ_NEXT(b, list); bd = VTAILQ_NEXT(b, list);
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment