~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/stats/mail-command.c

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-05-24 15:01:19 UTC
  • mto: (4.1.53 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20150524150119-hsh6cbr1fqseapga
Tags: upstream-2.2.18
ImportĀ upstreamĀ versionĀ 2.2.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
                session->user->domain->num_cmds++;
156
156
                if (session->ip != NULL)
157
157
                        session->ip->num_cmds++;
 
158
                mail_global_stats.num_cmds++;
158
159
                args += 5;
159
160
        } else {
160
161
                if (cmd == NULL) {