commit | be0632321e2a0f4fbe7b0e9c1403121c4db37328 | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Thu Mar 04 16:52:52 2021 +0800 |
committer | Yong Li <yong.b.li@linux.intel.com> | Thu Mar 04 16:52:52 2021 +0800 |
tree | d61915e1c03204bed99a560036f6b816b720e1ce | |
parent | da06d15cab1dd116d3279d66f70966f95afdf676 [diff] |
Do not insert twice for first filter On the first call, the filter list is empty, the element will be insert two times, just return after the first insert. Tested: Check the filter callback functions, there is no duplicated call; Signed-off-by: Yong Li <yong.b.li@linux.intel.com> Change-Id: I4e4d5147b5c0466b651700f79afcb34940e6f48a
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.