对命中的策略去重后,若无新增命中策略则不通知shaping

This commit is contained in:
liuxueli
2023-02-22 18:27:33 +08:00
parent a5d3049796
commit 0664722444
2 changed files with 2 additions and 5 deletions

View File

@@ -1182,7 +1182,7 @@ static void set_shaping_result_to_project(const struct streaminfo *a_stream, str
}
}
if(inc_result==0)
if(inc_result_num==0)
{
return ;
}