X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmonitor%2Fstc-monitor.c;h=2a42682f0a0d968dbfc5f0a4550f4d9d92054a3d;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20180803.081836;hp=3abebefbafa3a8b4330779a87974c65a0c0d4130;hpb=51cbe71376f0087b2fbe5049d27be1a235f08b46;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git diff --git a/src/monitor/stc-monitor.c b/src/monitor/stc-monitor.c index 3abebef..2a42682 100644 --- a/src/monitor/stc-monitor.c +++ b/src/monitor/stc-monitor.c @@ -689,7 +689,7 @@ static void __process_restriction(enum traffic_restriction_type rstn_type, memset(&stat, 0, sizeof(cumulative_data_s)); stat.month_start_ts = rstn_value->month_start_ts; stat.week_start_ts = g_system->last_week_ts; - stat.week_start_ts = g_system->last_day_ts; + stat.day_start_ts = g_system->last_day_ts; memset(&rule, 0, sizeof(table_statistics_select_rule)); rule.from = rstn_value->month_start_ts;