Attention is currently required from: arehbein, dexter, pespin.
Patch set 4:Code-Review +1
1 comment:
File src/core/write_queue.c:
Patch Set #4, Line 165: dropped_msgs++;
No need to increment the var N times, simply: […]
It's not going to work if you do this after the while-loop, because the `queue->current_length` would always be less or equal to `len`. I see nothing wrong with incrementing the variable.
To view, visit change 34444. To unsubscribe, or for help writing mail filters, visit settings.