aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree/pinfo_stats_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stats_tree/pinfo_stats_tree.c')
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats_tree/pinfo_stats_tree.c b/plugins/stats_tree/pinfo_stats_tree.c
index 3646f61181..143daf8d04 100644
--- a/plugins/stats_tree/pinfo_stats_tree.c
+++ b/plugins/stats_tree/pinfo_stats_tree.c
@@ -103,7 +103,7 @@ static void uat_plen_record_post_update_cb(void) {
for (i = 0; i < num_default; i++)
{
rec.packet_range = &default_range[i];
- uat_add_record(plen_uat, &rec);
+ uat_add_record(plen_uat, &rec, TRUE);
}
}
}