/* Copyright (c) 2016-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ostream.h"
#include "strescape.h"
#include "mail-stats.h"
#include "client.h"
#include "client-reset.h"
const char **error_r ATTR_UNUSED)
{
struct mail_global *g = &mail_global_stats;
stats_reset(g->stats);
g->num_logins = 0;
g->num_cmds = 0;
g->reset_timestamp = ioloop_time;
i_zero(&g->last_update);
return 0;
}