Skip to content
Snippets Groups Projects
Commit e7602457 authored by Maël Madon's avatar Maël Madon
Browse files

fix: pass dm_stat in long instead of int, fix issue #21

parent 8961de60
No related branches found
No related tags found
1 merge request!21issue17,18,21_new
Pipeline #6721 passed with warnings
......@@ -406,7 +406,7 @@ void Broker::update_status_if_dyn_job(const string &job_id, JobStatus status)
void Broker::log_user_stats(string log_folder)
{
static int stat[14] = { 0 };
static long stat[14] = { 0 };
for (auto it : users)
{
User *user = it.second;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment