]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
stats: Fix user login counters
authorAki Tuomi <aki.tuomi@dovecot.fi>
Sun, 28 Aug 2016 16:14:08 +0000 (19:14 +0300)
committerAki Tuomi <aki.tuomi@dovecot.fi>
Mon, 29 Aug 2016 06:35:01 +0000 (09:35 +0300)
commitf4203c92ae9b8ce9a3f54a7de578bbc80224f4d9
tree85377bce0ff58fa8cd5b8efe7a84dfc2e9884610
parent9a4542801f04f81385e554ba79b12f50eba1d460
stats: Fix user login counters

Before we would count all users twice,
because the same counters would get increment
in both CONNECT and ADD-USER. Now we do not
increment them at all on ADD-USER.
src/stats/mail-domain.c
src/stats/mail-session.c
src/stats/mail-user.c