Skip to content

Commit b48913d

Browse files
committed
Backport fix for bug CORE-3168: exclude_filter doesn't work for <services></section> section of the Trace facility
1 parent 0c82314 commit b48913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/ntrace/TracePluginImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ TracePluginImpl::TracePluginImpl(const TracePluginConfig &configuration, TraceIn
166166
{
167167
try
168168
{
169-
string filter(config.include_filter);
169+
string filter(config.exclude_filter);
170170
ISC_systemToUtf8(filter);
171171

172172
exclude_matcher = new SimilarToMatcher<UpcaseConverter<NullStrConverter>, UCHAR>(

0 commit comments

Comments
 (0)