service: esfilter - set CA use flag also for skipped types
This commit is contained in:
parent
45492bfa77
commit
ea7a93b776
1 changed files with 4 additions and 1 deletions
|
@ -381,8 +381,11 @@ filter:
|
|||
mask = esfilterclsmask[i];
|
||||
if (TAILQ_EMPTY(&esfilters[i])) {
|
||||
TAILQ_FOREACH(st, &t->s_components, es_link) {
|
||||
if ((mask & SCT_MASK(st->es_type)) != 0)
|
||||
if ((mask & SCT_MASK(st->es_type)) != 0) {
|
||||
service_build_filter_add(t, st, sta, &p);
|
||||
LIST_FOREACH(ca, &st->es_caids, link)
|
||||
ca->use = 1;
|
||||
}
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue