diff --git a/src/stratifier.c b/src/stratifier.c index 7588ed01..332615e6 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -5134,6 +5134,7 @@ static void read_userstats(ckpool_t *ckp, sdata_t *sdata, int tvsec_diff) continue; base_username = strdupa(workername); + username = strsep(&base_username, "._"); if (!username || !strlen(username)) username = base_username; len = strlen(username);