]> source.dussan.org Git - rspamd.git/commit
Remove endless counter incrementing.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 6 Jun 2013 13:35:31 +0000 (14:35 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 6 Jun 2013 13:35:31 +0000 (14:35 +0100)
commit44fbf9709b76d89db14f8dba0cc7ca15fb3e7954
treea99617913e8c6e7229a24c9ee95af0fd3025af04
parent73191561c568864f0cf8ccba5917822365ff5064
Remove endless counter incrementing.

In some cases it is not enough to perform compare and exchange
and we still can get race condition in atomic incrementing.
Therefore, it is better to loose a history event than to
log error message each time.
src/roll_history.c